Html Css Color HEX #AABBDD Light Steel Blue

📋 copy color: '#AABBDD'

red 170 ◦ green 187 ◦ blue 221

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

Shades of Light Steel Blue #AABBDD

Tints of Light Steel Blue #AABBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

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

R = 29.41%
G = 32.35%
B = 38.24%

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

#AABBDD (or 0xAABBDD) is known color: Light Steel Blue. HEX triplet: AA, BB and DD. RGB value is (170,187,221). Sum of RGB (Red+Green+Blue) = 170+187+221=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #AABBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBDD is #554422. Grayscale: #B9B9B9. Windows color (decimal): -5588003 or 14531498. OLE color: 14531498.

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

Color convert

RGB 170 187 221 -
CMYK 0.23 0.15 0 0.13
HSL 220º 0.43% 0.77% -
HSV(B) 220º 0.23% 0.87% -
XYZ 47.4 49.31 75.43 -
YUV 185.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 170 187 221 0.23 0.15 0 0.13 220 0.43 0.77
Hex AA BB DD 17 F 0 D DC 2B 4D
Octal 252 273 335 27 17 0 15 334 53 115
Binary 10101010 10111011 11011101 10111 1111 0 1101 11011100 101011 1001101

Color Harmonies of #AABBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBDD

Black with #AABBDD

Text Example


Text Example

White with #AABBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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