#9CBDDB

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

Shades of Light Steel Blue #9CBDDB

Tints of Light Steel Blue #9CBDDB

Color information

#9CBDDB (or 0x9CBDDB) is unknown color: approx Light Steel Blue. HEX triplet: 9C, BD and DB. RGB value is (156,189,219). Sum of RGB (Red+Green+Blue) = 156+189+219=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDDB is #634224. Grayscale: #B6B6B6. Windows color (decimal): -6504997 or 14400924. OLE color: 14400924.

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

Color convert

RGB156189219-
CMYK0.290.1400.14
HSL208.57º46.67%73.53%-
HSV(B)208.57º28.77%85.88%-
XYZ44.6948.5874.04-
YUV182.55148.57109.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 189 (74.22% from 255) = 33.51%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=27.66%
G=33.51%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561892190.290.1400.14208.5746.6773.53
Hex9CBDDB1DE0Ed12f4a
Octal234275333351601632157112
Binary10011100101111011101101111101111001110110100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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