#AAE1FF

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

Shades of Columbia Blue #AAE1FF

Tints of Columbia Blue #AAE1FF

Color information

#AAE1FF (or 0xAAE1FF) is unknown color: approx Columbia Blue. HEX triplet: AA, E1 and FF. RGB value is (170,225,255). Sum of RGB (Red+Green+Blue) = 170+225+255=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1FF is #551E00. Grayscale: #D3D3D3. Windows color (decimal): -5578241 or 16769450. OLE color: 16769450.

HSL color Cylindrical-coordinate representation of color #AAE1FF: hue angle of 201.18º 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 #AAE1FF is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170225255-
CMYK0.330.1200
HSL201.18º100%83.33%-
HSV(B)201.18º33.33%100%-
XYZ61.5569.62104.8-
YUV211.97152.2898.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.15%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 255 (100% from 255) = 39.23%
R=26.15%
G=34.62%
B=39.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702252550.330.1200201.1810083.33
HexAAE1FF21C00c96453
Octal252341377411400311144123
Binary1010101011100001111111111000011100001100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1FF; }

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

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

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

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

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

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

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

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