Html Css Color HEX #AABEE1 Light Steel Blue

📋 copy color: '#AABEE1'

red 170 ◦ green 190 ◦ blue 225

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

Shades of Light Steel Blue #AABEE1

Tints of Light Steel Blue #AABEE1

RGB

 RED value IS 170 (66.8% from 255) = 29.06%

 GREEN value IS 190 (74.61% from 255) = 32.48%

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

R = 29.06%
G = 32.48%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AABEE1 (or 0xAABEE1) is known color: Light Steel Blue. HEX triplet: AA, BE and E1. RGB value is (170,190,225). Sum of RGB (Red+Green+Blue) = 170+190+225=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEE1 is #55411E. Grayscale: #BBBBBB. Windows color (decimal): -5587231 or 14794410. OLE color: 14794410.

HSL color Cylindrical-coordinate representation of color #AABEE1: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABEE1 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 190 225 -
CMYK 0.24 0.16 0 0.12
HSL 218.18º 0.48% 0.77% -
HSV(B) 218.18º 0.24% 0.88% -
XYZ 48.58 50.81 78.48 -
YUV 188.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 170 190 225 0.24 0.16 0 0.12 218.18 0.48 0.77
Hex AA BE E1 18 10 0 C DA 30 4D
Octal 252 276 341 30 20 0 14 332 60 115
Binary 10101010 10111110 11100001 11000 10000 0 1100 11011010 110000 1001101

Color Harmonies of #AABEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEE1

Black with #AABEE1

Text Example


Text Example

White with #AABEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEE1; }

 p { color: rgb(170,190,225); }

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

background-color css

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

 a { background-color: rgb(170,190,225); }

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

border-color css

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

 span { border-color: rgb(170,190,225); }

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