#AAE2FB

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

Shades of Columbia Blue #AAE2FB

Tints of Columbia Blue #AAE2FB

Color information

#AAE2FB (or 0xAAE2FB) is unknown color: approx Columbia Blue. HEX triplet: AA, E2 and FB. RGB value is (170,226,251). Sum of RGB (Red+Green+Blue) = 170+226+251=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FB is #551D04. Grayscale: #D3D3D3. Windows color (decimal): -5577989 or 16507562. OLE color: 16507562.

HSL color Cylindrical-coordinate representation of color #AAE2FB: hue angle of 198.52º 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 #AAE2FB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170226251-
CMYK0.320.1000.02
HSL198.52º91.01%82.55%-
HSV(B)198.52º32.27%98.43%-
XYZ61.1969.9101.53-
YUV212.11149.9597.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=26.28%
G=34.93%
B=38.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702262510.320.1000.02198.5291.0182.55
HexAAE2FB20A02c75b53
Octal252342373401202307133123
Binary10101010111000101111101110000010100101100011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE2FB; }

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

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

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

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

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

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

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

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