#AAE6FF

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

Shades of Columbia Blue #AAE6FF

Tints of Columbia Blue #AAE6FF

Color information

#AAE6FF (or 0xAAE6FF) is unknown color: approx Columbia Blue. HEX triplet: AA, E6 and FF. RGB value is (170,230,255). Sum of RGB (Red+Green+Blue) = 170+230+255=655 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.95% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FF is #551900. Grayscale: #D6D6D6. Windows color (decimal): -5576961 or 16770730. OLE color: 16770730.

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

Color convert

RGB170230255-
CMYK0.330.1000
HSL197.65º100%83.33%-
HSV(B)197.65º33.33%100%-
XYZ62.9272.36105.26-
YUV214.91150.6295.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.95%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 255 (100% from 255) = 38.93%
R=25.95%
G=35.11%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702302550.330.1000197.6510083.33
HexAAE6FF21A00c66453
Octal252346377411200306144123
Binary1010101011100110111111111000011010001100011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6FF; }

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

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

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

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

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

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

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

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