#9CBFE0

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

Shades of Light Steel Blue #9CBFE0

Tints of Light Steel Blue #9CBFE0

Color information

#9CBFE0 (or 0x9CBFE0) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BF and E0. RGB value is (156,191,224). Sum of RGB (Red+Green+Blue) = 156+191+224=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFE0 is #63401F. Grayscale: #B8B8B8. Windows color (decimal): -6504480 or 14729116. OLE color: 14729116.

HSL color Cylindrical-coordinate representation of color #9CBFE0: hue angle of 209.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBFE0 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156191224-
CMYK0.300.1500.12
HSL209.12º52.31%74.51%-
HSV(B)209.12º30.36%87.84%-
XYZ45.849.7177.7-
YUV184.3150.4107.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=27.32%
G=33.45%
B=39.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1561912240.300.1500.12209.1252.3174.51
Hex9CBFE01EF0Cd1344b
Octal234277340361701432164113
Binary10011100101111111110000011110111101100110100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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