Html Css Color HEX #9EBBE0 Light Steel Blue

📋 copy color: '#9EBBE0'

red 158 ◦ green 187 ◦ blue 224

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

Shades of Light Steel Blue #9EBBE0

Tints of Light Steel Blue #9EBBE0

RGB

 RED value IS 158 (62.11% from 255) = 27.77%

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

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

R = 27.77%
G = 32.86%
B = 39.37%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EBBE0 (or 0x9EBBE0) is known color: Light Steel Blue. HEX triplet: 9E, BB and E0. RGB value is (158,187,224). Sum of RGB (Red+Green+Blue) = 158+187+224=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBE0 is #61441F. Grayscale: #B6B6B6. Windows color (decimal): -6374432 or 14728094. OLE color: 14728094.

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

Color convert

RGB 158 187 224 -
CMYK 0.29 0.17 0 0.12
HSL 213.64º 0.52% 0.75% -
HSV(B) 213.64º 0.29% 0.88% -
XYZ 45.33 48.19 77.43 -
YUV 182.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 158 187 224 0.29 0.17 0 0.12 213.64 0.52 0.75
Hex 9E BB E0 1D 11 0 C D6 34 4B
Octal 236 273 340 35 21 0 14 326 64 113
Binary 10011110 10111011 11100000 11101 10001 0 1100 11010110 110100 1001011

Color Harmonies of #9EBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBE0

Black with #9EBBE0

Text Example


Text Example

White with #9EBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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