Color Hex Logo

#9bcdff Color Hex

#9BCDFF
(155,205,255)
5 Favorites   0 Comments

Color spaces of #9bcdff

RGB 155205255
HSL0.581.000.80
HSV210°39°100°
CMYK 0.390.200.00   0.00
XYZ53.398957.8512102.9597
Yxy57.85120.24930.2701
Hunter Lab76.0600-7.7867-27.0168
CIE-Lab80.6560-4.0472-29.6572

#9bcdff color RGB value is (155,205,255).

#9bcdff hex color red value is 155, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9bcdff hue: 0.58 , saturation: 1.00 and the lightness value of 9bcdff is 0.80.

The process color (four color CMYK) of #9bcdff color hex is 0.39, 0.20, 0.00, 0.00. Web safe color of #9bcdff is #99ccff. Color #9bcdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001101 11111111
Octal 233 315 377
Decimal 155 205 255
Hex 9B CD FF

RGB Percentages of Color #9bcdff

%25.20
%33.33
%41.46

CMYK Percentages of Color #9bcdff

%39
%20
%0
%0

Triadic Colors of #9bcdff

#9bcdff #ff9bcd #cdff9b

Analogous Colors of #9bcdff

#9bcdff #9b9bff #9bffff

Monochromatic Colors of #9bcdff

#9bcdff

Complementary Color

#9bcdff #ffcd9b

#9bcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcdff Color CSS Codes

.mybgcolor {background-color:#9bcdff; } 
.myforecolor {color:#9bcdff; }
.mybordercolor {border:3px solid #9bcdff; }

#9bcdff Text Font Color

<p style="color:#9bcdff">Text here</p>

This sample text font color is #9bcdff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9bcdff Background Color

<div style="background-color:#9bcdff">
Div content here</div>

This div background color is #9bcdff


#9bcdff Border Color

<div style="border:3px solid #9bcdff">
Div here</div>

This div border color is #9bcdff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,205,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bcdff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bcdff;
  -webkit-box-shadow: 1px 1px 3px 2px #9bcdff;
  box-shadow:         1px 1px 3px 2px #9bcdff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9bcdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcdff;
  -webkit-box-shadow: 1px 1px 3px 2px #9bcdff;
  box-shadow:         1px 1px 3px 2px #9bcdff;">
Div content here</div>

This div box has shadow with color #9bcdff

Related Colors

#9bcdff Color Palettes


Comments

No comments written yet.

Please login to write comment.