#AAE4FF

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

Shades of Columbia Blue #AAE4FF

Tints of Columbia Blue #AAE4FF

Color information

#AAE4FF (or 0xAAE4FF) is unknown color: approx Columbia Blue. HEX triplet: AA, E4 and FF. RGB value is (170,228,255). Sum of RGB (Red+Green+Blue) = 170+228+255=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FF is #551B00. Grayscale: #D5D5D5. Windows color (decimal): -5577473 or 16770218. OLE color: 16770218.

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

Color convert

RGB170228255-
CMYK0.330.1100
HSL199.06º100%83.33%-
HSV(B)199.06º33.33%100%-
XYZ62.3771.25105.07-
YUV213.74151.2896.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 255 (100% from 255) = 39.05%
R=26.03%
G=34.92%
B=39.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702282550.330.1100199.0610083.33
HexAAE4FF21B00c76453
Octal252344377411300307144123
Binary1010101011100100111111111000011011001100011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE4FF; }

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

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

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

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

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

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

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

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