#AAE6FD

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

Shades of Columbia Blue #AAE6FD

Tints of Columbia Blue #AAE6FD

Color information

#AAE6FD (or 0xAAE6FD) is unknown color: approx Columbia Blue. HEX triplet: AA, E6 and FD. RGB value is (170,230,253). Sum of RGB (Red+Green+Blue) = 170+230+253=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FD is #551902. Grayscale: #D6D6D6. Windows color (decimal): -5576963 or 16639658. OLE color: 16639658.

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

Color convert

RGB170230253-
CMYK0.330.0900.01
HSL196.63º95.4%82.94%-
HSV(B)196.63º32.81%99.22%-
XYZ62.672.23103.57-
YUV214.68149.6296.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=26.03%
G=35.22%
B=38.74%

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
Decimal1702302530.330.0900.01196.6395.482.94
HexAAE6FD21901c55f53
Octal252346375411101305137123
Binary1010101011100110111111011000011001011100010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6FD; }

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

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

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

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

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

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

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

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