#9CBADE

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

Shades of Light Steel Blue #9CBADE

Tints of Light Steel Blue #9CBADE

Color information

#9CBADE (or 0x9CBADE) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BA and DE. RGB value is (156,186,222). Sum of RGB (Red+Green+Blue) = 156+186+222=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CBADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADE is #634521. Grayscale: #B4B4B4. Windows color (decimal): -6505762 or 14596764. OLE color: 14596764.

HSL color Cylindrical-coordinate representation of color #9CBADE: hue angle of 212.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBADE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156186222-
CMYK0.300.1600.13
HSL212.73º50%74.12%-
HSV(B)212.73º29.73%87.06%-
XYZ44.4547.4675.92-
YUV181.13151.06110.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=27.66%
G=32.98%
B=39.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561862220.300.1600.13212.735074.12
Hex9CBADE1E100Dd5324a
Octal234272336362001532562112
Binary100111001011101011011110111101000001101110101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,222); }

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

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

 a { background-color: rgb(156,186,222); }

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

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

 span { border-color: rgb(156,186,222); }

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