Html Css Color HEX #9CB8DD Light Steel Blue

📋 copy color: '#9CB8DD'

red 156 ◦ green 184 ◦ blue 221

#9CB8DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #9CB8DD

Tints of Light Steel Blue #9CB8DD

RGB

 RED value IS 156 (61.33% from 255) = 27.81%

 GREEN value IS 184 (72.27% from 255) = 32.8%

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 27.81%
G = 32.8%
B = 39.39%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CB8DD (or 0x9CB8DD) is known color: Light Steel Blue. HEX triplet: 9C, B8 and DD. RGB value is (156,184,221). Sum of RGB (Red+Green+Blue) = 156+184+221=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8DD is #634722. Grayscale: #B3B3B3. Windows color (decimal): -6506275 or 14530716. OLE color: 14530716.

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

Color convert

RGB 156 184 221 -
CMYK 0.29 0.17 0 0.13
HSL 214.15º 0.49% 0.74% -
HSV(B) 214.15º 0.29% 0.87% -
XYZ 43.9 46.57 75.08 -
YUV 179.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 156 184 221 0.29 0.17 0 0.13 214.15 0.49 0.74
Hex 9C B8 DD 1D 11 0 D D6 31 4A
Octal 234 270 335 35 21 0 15 326 61 112
Binary 10011100 10111000 11011101 11101 10001 0 1101 11010110 110001 1001010

Color Harmonies of #9CB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB8DD

Black with #9CB8DD

Text Example


Text Example

White with #9CB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CB8DD;
 }
 .AnyTagClassName
 {
   color: #9CB8DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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