#AAE5FE

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

Shades of Columbia Blue #AAE5FE

Tints of Columbia Blue #AAE5FE

Color information

#AAE5FE (or 0xAAE5FE) is unknown color: approx Columbia Blue. HEX triplet: AA, E5 and FE. RGB value is (170,229,254). Sum of RGB (Red+Green+Blue) = 170+229+254=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5FE is #551A01. Grayscale: #D6D6D6. Windows color (decimal): -5577218 or 16704938. OLE color: 16704938.

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

Color convert

RGB170229254-
CMYK0.330.1000.00
HSL197.86º97.67%83.14%-
HSV(B)197.86º33.07%99.61%-
XYZ62.4971.74104.32-
YUV214.21150.4596.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=26.03%
G=35.07%
B=38.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702292540.330.1000.00197.8697.6783.14
HexAAE5FE21A00c66253
Octal252345376411200306142123
Binary1010101011100101111111101000011010001100011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5FE; }

 p { color: rgb(170,229,254); }

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

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

 a { background-color: rgb(170,229,254); }

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

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

 span { border-color: rgb(170,229,254); }

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