#AAE2FD

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

Shades of Columbia Blue #AAE2FD

Tints of Columbia Blue #AAE2FD

Color information

#AAE2FD (or 0xAAE2FD) is unknown color: approx Columbia Blue. HEX triplet: AA, E2 and FD. RGB value is (170,226,253). Sum of RGB (Red+Green+Blue) = 170+226+253=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FD is #551D02. Grayscale: #D4D4D4. Windows color (decimal): -5577987 or 16638634. OLE color: 16638634.

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

Color convert

RGB170226253-
CMYK0.330.1100.01
HSL199.52º95.4%82.94%-
HSV(B)199.52º32.81%99.22%-
XYZ61.570.03103.2-
YUV212.33150.9597.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.19%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=26.19%
G=34.82%
B=38.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702262530.330.1100.01199.5295.482.94
HexAAE2FD21B01c85f53
Octal252342375411301310137123
Binary1010101011100010111111011000011011011100100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2FD; }

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

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

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

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

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

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

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

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