#9CBEE0

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

Shades of Light Steel Blue #9CBEE0

Tints of Light Steel Blue #9CBEE0

Color information

#9CBEE0 (or 0x9CBEE0) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BE and E0. RGB value is (156,190,224). Sum of RGB (Red+Green+Blue) = 156+190+224=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CBEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEE0 is #63411F. Grayscale: #B7B7B7. Windows color (decimal): -6504736 or 14728860. OLE color: 14728860.

HSL color Cylindrical-coordinate representation of color #9CBEE0: hue angle of 210º 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 #9CBEE0 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156190224-
CMYK0.300.1500.12
HSL210º52.31%74.51%-
HSV(B)210º30.36%87.84%-
XYZ45.5849.2877.63-
YUV183.71150.74108.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.37%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=27.37%
G=33.33%
B=39.30%

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
Decimal1561902240.300.1500.1221052.3174.51
Hex9CBEE01EF0Cd2344b
Octal234276340361701432264113
Binary10011100101111101110000011110111101100110100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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