Html Css Color HEX #9DBBDC Light Steel Blue

📋 copy color: '#9DBBDC'

red 157 ◦ green 187 ◦ blue 220

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

Shades of Light Steel Blue #9DBBDC

Tints of Light Steel Blue #9DBBDC

RGB

 RED value IS 157 (61.72% from 255) = 27.84%

 GREEN value IS 187 (73.44% from 255) = 33.16%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 27.84%
G = 33.16%
B = 39.01%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DBBDC (or 0x9DBBDC) is known color: Light Steel Blue. HEX triplet: 9D, BB and DC. RGB value is (157,187,220). Sum of RGB (Red+Green+Blue) = 157+187+220=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBDC is #624423. Grayscale: #B5B5B5. Windows color (decimal): -6439972 or 14465949. OLE color: 14465949.

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

Color convert

RGB 157 187 220 -
CMYK 0.29 0.15 0 0.14
HSL 211.43º 0.47% 0.74% -
HSV(B) 211.43º 0.29% 0.86% -
XYZ 44.59 47.88 74.6 -
YUV 181.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 157 187 220 0.29 0.15 0 0.14 211.43 0.47 0.74
Hex 9D BB DC 1D F 0 E D3 2F 4A
Octal 235 273 334 35 17 0 16 323 57 112
Binary 10011101 10111011 11011100 11101 1111 0 1110 11010011 101111 1001010

Color Harmonies of #9DBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBDC

Black with #9DBBDC

Text Example


Text Example

White with #9DBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,220); }

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

background-color css

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

 a { background-color: rgb(157,187,220); }

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

border-color css

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

 span { border-color: rgb(157,187,220); }

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