Html Css Color HEX #AABCDE Light Steel Blue

📋 copy color: '#AABCDE'

red 170 ◦ green 188 ◦ blue 222

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

Shades of Light Steel Blue #AABCDE

Tints of Light Steel Blue #AABCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.41%

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

R = 29.31%
G = 32.41%
B = 38.28%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABCDE (or 0xAABCDE) is known color: Light Steel Blue. HEX triplet: AA, BC and DE. RGB value is (170,188,222). Sum of RGB (Red+Green+Blue) = 170+188+222=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDE is #554321. Grayscale: #BABABA. Windows color (decimal): -5587746 or 14597290. OLE color: 14597290.

HSL color Cylindrical-coordinate representation of color #AABCDE: hue angle of 219.23º 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 #AABCDE is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 188 222 -
CMYK 0.23 0.15 0 0.13
HSL 219.23º 0.44% 0.77% -
HSV(B) 219.23º 0.23% 0.87% -
XYZ 47.75 49.79 76.2 -
YUV 186.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 170 188 222 0.23 0.15 0 0.13 219.23 0.44 0.77
Hex AA BC DE 17 F 0 D DB 2C 4D
Octal 252 274 336 27 17 0 15 333 54 115
Binary 10101010 10111100 11011110 10111 1111 0 1101 11011011 101100 1001101

Color Harmonies of #AABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCDE

Black with #AABCDE

Text Example


Text Example

White with #AABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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