#9CBBDB

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

Shades of Light Steel Blue #9CBBDB

Tints of Light Steel Blue #9CBBDB

Color information

#9CBBDB (or 0x9CBBDB) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BB and DB. RGB value is (156,187,219). Sum of RGB (Red+Green+Blue) = 156+187+219=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBDB is #634424. Grayscale: #B5B5B5. Windows color (decimal): -6505509 or 14400412. OLE color: 14400412.

HSL color Cylindrical-coordinate representation of color #9CBBDB: hue angle of 210.48º degrees, saturation: 0.47, 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 #9CBBDB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156187219-
CMYK0.290.1500.14
HSL210.48º46.67%73.53%-
HSV(B)210.48º28.77%85.88%-
XYZ44.2747.7273.9-
YUV181.38149.23109.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=27.76%
G=33.27%
B=38.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561872190.290.1500.14210.4846.6773.53
Hex9CBBDB1DF0Ed22f4a
Octal234273333351701632257112
Binary10011100101110111101101111101111101110110100101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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