Html Css Color HEX #AABDDE Light Steel Blue

📋 copy color: '#AABDDE'

red 170 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #AABDDE

Tints of Light Steel Blue #AABDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.53%

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

R = 29.26%
G = 32.53%
B = 38.21%

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

#AABDDE (or 0xAABDDE) is known color: Light Steel Blue. HEX triplet: AA, BD and DE. RGB value is (170,189,222). Sum of RGB (Red+Green+Blue) = 170+189+222=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDE is #554221. Grayscale: #BABABA. Windows color (decimal): -5587490 or 14597546. OLE color: 14597546.

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

Color convert

RGB 170 189 222 -
CMYK 0.23 0.15 0 0.13
HSL 218.08º 0.44% 0.77% -
HSV(B) 218.08º 0.23% 0.87% -
XYZ 47.96 50.22 76.27 -
YUV 187.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 170 189 222 0.23 0.15 0 0.13 218.08 0.44 0.77
Hex AA BD DE 17 F 0 D DA 2C 4D
Octal 252 275 336 27 17 0 15 332 54 115
Binary 10101010 10111101 11011110 10111 1111 0 1101 11011010 101100 1001101

Color Harmonies of #AABDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDDE

Black with #AABDDE

Text Example


Text Example

White with #AABDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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