#AAE0FF

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

Shades of Columbia Blue #AAE0FF

Tints of Columbia Blue #AAE0FF

Color information

#AAE0FF (or 0xAAE0FF) is unknown color: approx Columbia Blue. HEX triplet: AA, E0 and FF. RGB value is (170,224,255). Sum of RGB (Red+Green+Blue) = 170+224+255=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0FF is #551F00. Grayscale: #D3D3D3. Windows color (decimal): -5578497 or 16769194. OLE color: 16769194.

HSL color Cylindrical-coordinate representation of color #AAE0FF: hue angle of 201.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE0FF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170224255-
CMYK0.330.1200
HSL201.88º100%83.33%-
HSV(B)201.88º33.33%100%-
XYZ61.2869.08104.71-
YUV211.39152.6198.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 255 (100% from 255) = 39.29%
R=26.19%
G=34.51%
B=39.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702242550.330.1200201.8810083.33
HexAAE0FF21C00ca6453
Octal252340377411400312144123
Binary1010101011100000111111111000011100001100101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0FF; }

 p { color: rgb(170,224,255); }

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

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

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

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

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

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

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