#AAE7FF

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

Shades of Columbia Blue #AAE7FF

Tints of Columbia Blue #AAE7FF

Color information

#AAE7FF (or 0xAAE7FF) is unknown color: approx Columbia Blue. HEX triplet: AA, E7 and FF. RGB value is (170,231,255). Sum of RGB (Red+Green+Blue) = 170+231+255=656 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.91% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FF is #551800. Grayscale: #D7D7D7. Windows color (decimal): -5576705 or 16770986. OLE color: 16770986.

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

Color convert

RGB170231255-
CMYK0.330.0900
HSL196.94º100%83.33%-
HSV(B)196.94º33.33%100%-
XYZ63.272.92105.35-
YUV215.5150.2995.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 25.91%
GREEN value IS 231 (90.62% from 255) = 35.21%
BLUE value IS 255 (100% from 255) = 38.87%
R=25.91%
G=35.21%
B=38.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702312550.330.0900196.9410083.33
HexAAE7FF21900c56453
Octal252347377411100305144123
Binary1010101011100111111111111000011001001100010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7FF; }

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

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

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

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

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

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

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

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