Html Css Color HEX #AABEDE Light Steel Blue

📋 copy color: '#AABEDE'

red 170 ◦ green 190 ◦ blue 222

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

Shades of Light Steel Blue #AABEDE

Tints of Light Steel Blue #AABEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 29.21%
G = 32.65%
B = 38.14%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABEDE (or 0xAABEDE) is known color: Light Steel Blue. HEX triplet: AA, BE and DE. RGB value is (170,190,222). Sum of RGB (Red+Green+Blue) = 170+190+222=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDE is #554121. Grayscale: #BBBBBB. Windows color (decimal): -5587234 or 14597802. OLE color: 14597802.

HSL color Cylindrical-coordinate representation of color #AABEDE: hue angle of 216.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABEDE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 190 222 -
CMYK 0.23 0.14 0 0.13
HSL 216.92º 0.44% 0.77% -
HSV(B) 216.92º 0.23% 0.87% -
XYZ 48.18 50.65 76.34 -
YUV 187.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 170 190 222 0.23 0.14 0 0.13 216.92 0.44 0.77
Hex AA BE DE 17 E 0 D D9 2C 4D
Octal 252 276 336 27 16 0 15 331 54 115
Binary 10101010 10111110 11011110 10111 1110 0 1101 11011001 101100 1001101

Color Harmonies of #AABEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEDE

Black with #AABEDE

Text Example


Text Example

White with #AABEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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