#9CBBE3

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

Shades of Light Steel Blue #9CBBE3

Tints of Light Steel Blue #9CBBE3

Color information

#9CBBE3 (or 0x9CBBE3) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BB and E3. RGB value is (156,187,227). Sum of RGB (Red+Green+Blue) = 156+187+227=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #9CBBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBE3 is #63441C. Grayscale: #B6B6B6. Windows color (decimal): -6505501 or 14924700. OLE color: 14924700.

HSL color Cylindrical-coordinate representation of color #9CBBE3: hue angle of 213.8º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CBBE3 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB156187227-
CMYK0.310.1800.11
HSL213.8º55.91%75.1%-
HSV(B)213.8º31.28%89.02%-
XYZ45.3548.1579.58-
YUV182.29153.23109.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.37%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=27.37%
G=32.81%
B=39.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1561872270.310.1800.11213.855.9175.1
Hex9CBBE31F120Bd6384b
Octal234273343372201332670113
Binary100111001011101111100011111111001001011110101101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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