Html Css Color HEX #9CBDD9 Light Steel Blue

📋 copy color: '#9CBDD9'

red 156 ◦ green 189 ◦ blue 217

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

Shades of Light Steel Blue #9CBDD9

Tints of Light Steel Blue #9CBDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 217 (85.16% from 255) = 38.61%

R = 27.76%
G = 33.63%
B = 38.61%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9CBDD9 (or 0x9CBDD9) is known color: Light Steel Blue. HEX triplet: 9C, BD and D9. RGB value is (156,189,217). Sum of RGB (Red+Green+Blue) = 156+189+217=562 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.76% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #9CBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDD9 is #634226. Grayscale: #B6B6B6. Windows color (decimal): -6504999 or 14269852. OLE color: 14269852.

HSL color Cylindrical-coordinate representation of color #9CBDD9: hue angle of 207.54º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CBDD9 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 189 217 -
CMYK 0.28 0.13 0 0.15
HSL 207.54º 0.45% 0.73% -
HSV(B) 207.54º 0.28% 0.85% -
XYZ 44.43 48.47 72.66 -
YUV 182.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 156 189 217 0.28 0.13 0 0.15 207.54 0.45 0.73
Hex 9C BD D9 1C D 0 F D0 2D 49
Octal 234 275 331 34 15 0 17 320 55 111
Binary 10011100 10111101 11011001 11100 1101 0 1111 11010000 101101 1001001

Color Harmonies of #9CBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBDD9

Black with #9CBDD9

Text Example


Text Example

White with #9CBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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