#9CB9DD

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

Shades of Light Steel Blue #9CB9DD

Tints of Light Steel Blue #9CB9DD

Color information

#9CB9DD (or 0x9CB9DD) is unknown color: approx Light Steel Blue. HEX triplet: 9C, B9 and DD. RGB value is (156,185,221). Sum of RGB (Red+Green+Blue) = 156+185+221=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CB9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9DD is #634622. Grayscale: #B4B4B4. Windows color (decimal): -6506019 or 14530972. OLE color: 14530972.

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

Color convert

RGB156185221-
CMYK0.290.1600.13
HSL213.23º48.87%73.92%-
HSV(B)213.23º29.41%86.67%-
XYZ44.1146.9975.15-
YUV180.43150.89110.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.76%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=27.76%
G=32.92%
B=39.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561852210.290.1600.13213.2348.8773.92
Hex9CB9DD1D100Dd5314a
Octal234271335352001532561112
Binary100111001011100111011101111011000001101110101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,221); }

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

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

 a { background-color: rgb(156,185,221); }

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

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

 span { border-color: rgb(156,185,221); }

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