Html Css Color HEX #9ABBE0 Light Steel Blue

📋 copy color: '#9ABBE0'

red 154 ◦ green 187 ◦ blue 224

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

Shades of Light Steel Blue #9ABBE0

Tints of Light Steel Blue #9ABBE0

RGB

 RED value IS 154 (60.55% from 255) = 27.26%

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

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

R = 27.26%
G = 33.1%
B = 39.65%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9ABBE0 (or 0x9ABBE0) is known color: Light Steel Blue. HEX triplet: 9A, BB and E0. RGB value is (154,187,224). Sum of RGB (Red+Green+Blue) = 154+187+224=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ABBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBE0 is #65441F. Grayscale: #B5B5B5. Windows color (decimal): -6636576 or 14728090. OLE color: 14728090.

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

Color convert

RGB 154 187 224 -
CMYK 0.31 0.17 0 0.12
HSL 211.71º 0.53% 0.74% -
HSV(B) 211.71º 0.31% 0.88% -
XYZ 44.55 47.79 77.4 -
YUV 181.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 154 187 224 0.31 0.17 0 0.12 211.71 0.53 0.74
Hex 9A BB E0 1F 11 0 C D4 35 4A
Octal 232 273 340 37 21 0 14 324 65 112
Binary 10011010 10111011 11100000 11111 10001 0 1100 11010100 110101 1001010

Color Harmonies of #9ABBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBE0

Black with #9ABBE0

Text Example


Text Example

White with #9ABBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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