Html Css Color HEX #9DBBDD Light Steel Blue

📋 copy color: '#9DBBDD'

red 157 ◦ green 187 ◦ blue 221

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

Shades of Light Steel Blue #9DBBDD

Tints of Light Steel Blue #9DBBDD

RGB

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

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

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

R = 27.79%
G = 33.1%
B = 39.12%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9DBBDD (or 0x9DBBDD) is known color: Light Steel Blue. HEX triplet: 9D, BB and DD. RGB value is (157,187,221). Sum of RGB (Red+Green+Blue) = 157+187+221=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBDD is #624422. Grayscale: #B5B5B5. Windows color (decimal): -6439971 or 14531485. OLE color: 14531485.

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

Color convert

RGB 157 187 221 -
CMYK 0.29 0.15 0 0.13
HSL 211.88º 0.48% 0.74% -
HSV(B) 211.88º 0.29% 0.87% -
XYZ 44.73 47.93 75.3 -
YUV 181.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 157 187 221 0.29 0.15 0 0.13 211.88 0.48 0.74
Hex 9D BB DD 1D F 0 D D4 30 4A
Octal 235 273 335 35 17 0 15 324 60 112
Binary 10011101 10111011 11011101 11101 1111 0 1101 11010100 110000 1001010

Color Harmonies of #9DBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBDD

Black with #9DBBDD

Text Example


Text Example

White with #9DBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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