#9CBFDD

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

Shades of Light Steel Blue #9CBFDD

Tints of Light Steel Blue #9CBFDD

Color information

#9CBFDD (or 0x9CBFDD) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BF and DD. RGB value is (156,191,221). Sum of RGB (Red+Green+Blue) = 156+191+221=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFDD is #634022. Grayscale: #B7B7B7. Windows color (decimal): -6504483 or 14532508. OLE color: 14532508.

HSL color Cylindrical-coordinate representation of color #9CBFDD: hue angle of 207.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBFDD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156191221-
CMYK0.290.1400.13
HSL207.69º48.87%73.92%-
HSV(B)207.69º29.41%86.67%-
XYZ45.3949.5575.58-
YUV183.96148.9108.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.46%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=27.46%
G=33.63%
B=38.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561912210.290.1400.13207.6948.8773.92
Hex9CBFDD1DE0Dd0314a
Octal234277335351601532061112
Binary10011100101111111101110111101111001101110100001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,221); }

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

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

 a { background-color: rgb(156,191,221); }

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

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

 span { border-color: rgb(156,191,221); }

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