#AAE5FB

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

Shades of Columbia Blue #AAE5FB

Tints of Columbia Blue #AAE5FB

Color information

#AAE5FB (or 0xAAE5FB) is unknown color: approx Columbia Blue. HEX triplet: AA, E5 and FB. RGB value is (170,229,251). Sum of RGB (Red+Green+Blue) = 170+229+251=650 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.15% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5FB is #551A04. Grayscale: #D5D5D5. Windows color (decimal): -5577221 or 16508330. OLE color: 16508330.

HSL color Cylindrical-coordinate representation of color #AAE5FB: hue angle of 196.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE5FB is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170229251-
CMYK0.320.0900.02
HSL196.3º91.01%82.55%-
HSV(B)196.3º32.27%98.43%-
XYZ62.0171.55101.81-
YUV213.87148.9596.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.15%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=26.15%
G=35.23%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702292510.320.0900.02196.391.0182.55
HexAAE5FB20902c45b53
Octal252345373401102304133123
Binary10101010111001011111101110000010010101100010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5FB; }

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

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

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

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

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

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

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

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