#AAE2E2

Color #AAE2E2 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AAE2E2

Tints of Powder Blue #AAE2E2

Color information

#AAE2E2 (or 0xAAE2E2) is unknown color: approx Powder Blue. HEX triplet: AA, E2 and E2. RGB value is (170,226,226). Sum of RGB (Red+Green+Blue) = 170+226+226=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #AAE2E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2E2 is #551D1D. Grayscale: #D1D1D1. Windows color (decimal): -5578014 or 14869162. OLE color: 14869162.

HSL color Cylindrical-coordinate representation of color #AAE2E2: hue angle of 180º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2E2 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170226226-
CMYK0.25000.11
HSL180º49.12%77.65%-
HSV(B)180º24.78%88.63%-
XYZ57.568.4382.13-
YUV209.26137.45100-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 226 (88.67% from 255) = 36.33%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=27.33%
G=36.33%
B=36.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702262260.25000.1118049.1277.65
HexAAE2E21900Bb4314e
Octal25234234231001326461116
Binary10101010111000101110001011001001011101101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2E2; }

 p { color: rgb(170,226,226); }

 H1.HeaderClassName
 {
   color: #AAE2E2;
 }
 .AnyTagClassName
 {
   color: #AAE2E2;
 }
</style>
background-color css

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

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

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

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

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

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