#AAE4FD

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

Shades of Columbia Blue #AAE4FD

Tints of Columbia Blue #AAE4FD

Color information

#AAE4FD (or 0xAAE4FD) is unknown color: approx Columbia Blue. HEX triplet: AA, E4 and FD. RGB value is (170,228,253). Sum of RGB (Red+Green+Blue) = 170+228+253=651 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.11% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FD is #551B02. Grayscale: #D5D5D5. Windows color (decimal): -5577475 or 16639146. OLE color: 16639146.

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

Color convert

RGB170228253-
CMYK0.330.1000.01
HSL198.07º95.4%82.94%-
HSV(B)198.07º32.81%99.22%-
XYZ62.0571.12103.39-
YUV213.51150.2896.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.11%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=26.11%
G=35.02%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702282530.330.1000.01198.0795.482.94
HexAAE4FD21A01c65f53
Octal252344375411201306137123
Binary1010101011100100111111011000011010011100011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE4FD; }

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

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

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

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

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

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

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

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