#9CBBDA

Color #9CBBDA Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9CBBDA

Tints of Light Steel Blue #9CBBDA

Color information

#9CBBDA (or 0x9CBBDA) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BB and DA. RGB value is (156,187,218). Sum of RGB (Red+Green+Blue) = 156+187+218=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBDA is #634425. Grayscale: #B5B5B5. Windows color (decimal): -6505510 or 14334876. OLE color: 14334876.

HSL color Cylindrical-coordinate representation of color #9CBBDA: hue angle of 210º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CBBDA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156187218-
CMYK0.280.1400.15
HSL210º45.59%73.33%-
HSV(B)210º28.44%85.49%-
XYZ44.1447.6773.2-
YUV181.26148.73109.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 27.81%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=27.81%
G=33.33%
B=38.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561872180.280.1400.1521045.5973.33
Hex9CBBDA1CE0Fd22e49
Octal234273332341601732256111
Binary10011100101110111101101011100111001111110100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBBDA; }

 p { color: rgb(156,187,218); }

 H1.HeaderClassName
 {
   color: #9CBBDA;
 }
 .AnyTagClassName
 {
   color: #9CBBDA;
 }
</style>
background-color css

<style>
 a { background-color: #9CBBDA; }

 a { background-color: rgb(156,187,218); }

 div.DivClassName
 {
   background-color: #9CBBDA;
 }
 .BgClassName
 {
   background-color: #9CBBDA;
 }
</style>
border-color css

<style>
 span { border-color: #9CBBDA; }

 span { border-color: rgb(156,187,218); }

 td.TdClassName
 {
   border-color: #9CBBDA;
 }
 .TagClassName
 {
   border-color: #9CBBDA;
 }
</style>