Html Css Color HEX #AABEDC Light Steel Blue

📋 copy color: '#AABEDC'

red 170 ◦ green 190 ◦ blue 220

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

Shades of Light Steel Blue #AABEDC

Tints of Light Steel Blue #AABEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 29.31%
G = 32.76%
B = 37.93%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AABEDC (or 0xAABEDC) is known color: Light Steel Blue. HEX triplet: AA, BE and DC. RGB value is (170,190,220). Sum of RGB (Red+Green+Blue) = 170+190+220=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDC is #554123. Grayscale: #BBBBBB. Windows color (decimal): -5587236 or 14466730. OLE color: 14466730.

HSL color Cylindrical-coordinate representation of color #AABEDC: hue angle of 216º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABEDC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 190 220 -
CMYK 0.23 0.14 0 0.14
HSL 216º 0.42% 0.76% -
HSV(B) 216º 0.23% 0.86% -
XYZ 47.91 50.54 74.94 -
YUV 187.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 170 190 220 0.23 0.14 0 0.14 216 0.42 0.76
Hex AA BE DC 17 E 0 E D8 2A 4C
Octal 252 276 334 27 16 0 16 330 52 114
Binary 10101010 10111110 11011100 10111 1110 0 1110 11011000 101010 1001100

Color Harmonies of #AABEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEDC

Black with #AABEDC

Text Example


Text Example

White with #AABEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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