#AAE9FF

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

Shades of Columbia Blue #AAE9FF

Tints of Columbia Blue #AAE9FF

Color information

#AAE9FF (or 0xAAE9FF) is unknown color: approx Columbia Blue. HEX triplet: AA, E9 and FF. RGB value is (170,233,255). Sum of RGB (Red+Green+Blue) = 170+233+255=658 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.84% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9FF is #551600. Grayscale: #D8D8D8. Windows color (decimal): -5576193 or 16771498. OLE color: 16771498.

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

Color convert

RGB170233255-
CMYK0.330.0900
HSL195.53º100%83.33%-
HSV(B)195.53º33.33%100%-
XYZ63.7774.04105.54-
YUV216.67149.6394.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.84%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 255 (100% from 255) = 38.75%
R=25.84%
G=35.41%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702332550.330.0900195.5310083.33
HexAAE9FF21900c46453
Octal252351377411100304144123
Binary1010101011101001111111111000011001001100010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE9FF; }

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

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

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

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

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

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

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

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