Html Css Color HEX #9DBBE0 Light Steel Blue

📋 copy color: '#9DBBE0'

red 157 ◦ green 187 ◦ blue 224

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

Shades of Light Steel Blue #9DBBE0

Tints of Light Steel Blue #9DBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 27.64%
G = 32.92%
B = 39.44%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DBBE0 (or 0x9DBBE0) is known color: Light Steel Blue. HEX triplet: 9D, BB and E0. RGB value is (157,187,224). Sum of RGB (Red+Green+Blue) = 157+187+224=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBE0 is #62441F. Grayscale: #B6B6B6. Windows color (decimal): -6439968 or 14728093. OLE color: 14728093.

HSL color Cylindrical-coordinate representation of color #9DBBE0: hue angle of 213.13º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBBE0 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 187 224 -
CMYK 0.30 0.17 0 0.12
HSL 213.13º 0.52% 0.75% -
HSV(B) 213.13º 0.3% 0.88% -
XYZ 45.13 48.09 77.42 -
YUV 182.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 157 187 224 0.30 0.17 0 0.12 213.13 0.52 0.75
Hex 9D BB E0 1E 11 0 C D5 34 4B
Octal 235 273 340 36 21 0 14 325 64 113
Binary 10011101 10111011 11100000 11110 10001 0 1100 11010101 110100 1001011

Color Harmonies of #9DBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBE0

Black with #9DBBE0

Text Example


Text Example

White with #9DBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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