#9CBFDC

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

Shades of Light Steel Blue #9CBFDC

Tints of Light Steel Blue #9CBFDC

Color information

#9CBFDC (or 0x9CBFDC) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BF and DC. RGB value is (156,191,220). Sum of RGB (Red+Green+Blue) = 156+191+220=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFDC is #634023. Grayscale: #B7B7B7. Windows color (decimal): -6504484 or 14466972. OLE color: 14466972.

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

Color convert

RGB156191220-
CMYK0.290.1300.14
HSL207.19º47.76%73.73%-
HSV(B)207.19º29.09%86.27%-
XYZ45.2649.574.88-
YUV183.84148.4108.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.51%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=27.51%
G=33.69%
B=38.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561912200.290.1300.14207.1947.7673.73
Hex9CBFDC1DD0Ecf304a
Octal234277334351501631760112
Binary10011100101111111101110011101110101110110011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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