#AAE7FD

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

Shades of Columbia Blue #AAE7FD

Tints of Columbia Blue #AAE7FD

Color information

#AAE7FD (or 0xAAE7FD) is unknown color: approx Columbia Blue. HEX triplet: AA, E7 and FD. RGB value is (170,231,253). Sum of RGB (Red+Green+Blue) = 170+231+253=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FD is #551802. Grayscale: #D7D7D7. Windows color (decimal): -5576707 or 16639914. OLE color: 16639914.

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

Color convert

RGB170231253-
CMYK0.330.0900.01
HSL195.9º95.4%82.94%-
HSV(B)195.9º32.81%99.22%-
XYZ62.8872.79103.66-
YUV215.27149.2995.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.99%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=25.99%
G=35.32%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702312530.330.0900.01195.995.482.94
HexAAE7FD21901c45f53
Octal252347375411101304137123
Binary1010101011100111111111011000011001011100010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7FD; }

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

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

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

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

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

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

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

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