Html Css Color HEX #9ABBE1 Light Steel Blue

📋 copy color: '#9ABBE1'

red 154 ◦ green 187 ◦ blue 225

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

Shades of Light Steel Blue #9ABBE1

Tints of Light Steel Blue #9ABBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.75%

R = 27.21%
G = 33.04%
B = 39.75%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9ABBE1 (or 0x9ABBE1) is known color: Light Steel Blue. HEX triplet: 9A, BB and E1. RGB value is (154,187,225). Sum of RGB (Red+Green+Blue) = 154+187+225=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ABBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBE1 is #65441E. Grayscale: #B5B5B5. Windows color (decimal): -6636575 or 14793626. OLE color: 14793626.

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

Color convert

RGB 154 187 225 -
CMYK 0.32 0.17 0 0.12
HSL 212.11º 0.54% 0.74% -
HSV(B) 212.11º 0.32% 0.88% -
XYZ 44.69 47.85 78.11 -
YUV 181.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 154 187 225 0.32 0.17 0 0.12 212.11 0.54 0.74
Hex 9A BB E1 20 11 0 C D4 36 4A
Octal 232 273 341 40 21 0 14 324 66 112
Binary 10011010 10111011 11100001 100000 10001 0 1100 11010100 110110 1001010

Color Harmonies of #9ABBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBE1

Black with #9ABBE1

Text Example


Text Example

White with #9ABBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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