Html Css Color HEX #9CBCD9 Light Steel Blue

📋 copy color: '#9CBCD9'

red 156 ◦ green 188 ◦ blue 217

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

Shades of Light Steel Blue #9CBCD9

Tints of Light Steel Blue #9CBCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

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

R = 27.81%
G = 33.51%
B = 38.68%

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

#9CBCD9 (or 0x9CBCD9) is known color: Light Steel Blue. HEX triplet: 9C, BC and D9. RGB value is (156,188,217). Sum of RGB (Red+Green+Blue) = 156+188+217=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #9CBCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCD9 is #634326. Grayscale: #B5B5B5. Windows color (decimal): -6505255 or 14269596. OLE color: 14269596.

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

Color convert

RGB 156 188 217 -
CMYK 0.28 0.13 0 0.15
HSL 208.52º 0.45% 0.73% -
HSV(B) 208.52º 0.28% 0.85% -
XYZ 44.22 48.04 72.59 -
YUV 181.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 156 188 217 0.28 0.13 0 0.15 208.52 0.45 0.73
Hex 9C BC D9 1C D 0 F D1 2D 49
Octal 234 274 331 34 15 0 17 321 55 111
Binary 10011100 10111100 11011001 11100 1101 0 1111 11010001 101101 1001001

Color Harmonies of #9CBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCD9

Black with #9CBCD9

Text Example


Text Example

White with #9CBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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