Html Css Color HEX #AABEDF Light Steel Blue

📋 copy color: '#AABEDF'

red 170 ◦ green 190 ◦ blue 223

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

Shades of Light Steel Blue #AABEDF

Tints of Light Steel Blue #AABEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 29.16%
G = 32.59%
B = 38.25%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABEDF (or 0xAABEDF) is known color: Light Steel Blue. HEX triplet: AA, BE and DF. RGB value is (170,190,223). Sum of RGB (Red+Green+Blue) = 170+190+223=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #AABEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDF is #554120. Grayscale: #BBBBBB. Windows color (decimal): -5587233 or 14663338. OLE color: 14663338.

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

Color convert

RGB 170 190 223 -
CMYK 0.24 0.15 0 0.13
HSL 217.36º 0.45% 0.77% -
HSV(B) 217.36º 0.24% 0.87% -
XYZ 48.31 50.7 77.05 -
YUV 187.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 170 190 223 0.24 0.15 0 0.13 217.36 0.45 0.77
Hex AA BE DF 18 F 0 D D9 2D 4D
Octal 252 276 337 30 17 0 15 331 55 115
Binary 10101010 10111110 11011111 11000 1111 0 1101 11011001 101101 1001101

Color Harmonies of #AABEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEDF

Black with #AABEDF

Text Example


Text Example

White with #AABEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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