#AAE2FE

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

Shades of Columbia Blue #AAE2FE

Tints of Columbia Blue #AAE2FE

Color information

#AAE2FE (or 0xAAE2FE) is unknown color: approx Columbia Blue. HEX triplet: AA, E2 and FE. RGB value is (170,226,254). Sum of RGB (Red+Green+Blue) = 170+226+254=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FE is #551D01. Grayscale: #D4D4D4. Windows color (decimal): -5577986 or 16704170. OLE color: 16704170.

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

Color convert

RGB170226254-
CMYK0.330.1100.00
HSL200º97.67%83.14%-
HSV(B)200º33.07%99.61%-
XYZ61.6670.09104.05-
YUV212.45151.4597.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.15%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=26.15%
G=34.77%
B=39.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702262540.330.1100.0020097.6783.14
HexAAE2FE21B00c86253
Octal252342376411300310142123
Binary1010101011100010111111101000011011001100100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2FE; }

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

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

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

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

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

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

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

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