Html Css Color HEX #AABDDD Light Steel Blue

📋 copy color: '#AABDDD'

red 170 ◦ green 189 ◦ blue 221

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

Shades of Light Steel Blue #AABDDD

Tints of Light Steel Blue #AABDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 29.31%
G = 32.59%
B = 38.1%

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

#AABDDD (or 0xAABDDD) is known color: Light Steel Blue. HEX triplet: AA, BD and DD. RGB value is (170,189,221). Sum of RGB (Red+Green+Blue) = 170+189+221=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #AABDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDD is #554222. Grayscale: #BABABA. Windows color (decimal): -5587491 or 14532010. OLE color: 14532010.

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

Color convert

RGB 170 189 221 -
CMYK 0.23 0.14 0 0.13
HSL 217.65º 0.43% 0.77% -
HSV(B) 217.65º 0.23% 0.87% -
XYZ 47.83 50.16 75.57 -
YUV 186.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 170 189 221 0.23 0.14 0 0.13 217.65 0.43 0.77
Hex AA BD DD 17 E 0 D DA 2B 4D
Octal 252 275 335 27 16 0 15 332 53 115
Binary 10101010 10111101 11011101 10111 1110 0 1101 11011010 101011 1001101

Color Harmonies of #AABDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDDD

Black with #AABDDD

Text Example


Text Example

White with #AABDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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