#AAE0FA

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

Shades of Columbia Blue #AAE0FA

Tints of Columbia Blue #AAE0FA

Color information

#AAE0FA (or 0xAAE0FA) is unknown color: approx Columbia Blue. HEX triplet: AA, E0 and FA. RGB value is (170,224,250). Sum of RGB (Red+Green+Blue) = 170+224+250=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0FA is #551F05. Grayscale: #D2D2D2. Windows color (decimal): -5578502 or 16441514. OLE color: 16441514.

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

Color convert

RGB170224250-
CMYK0.320.1000.02
HSL199.5º88.89%82.35%-
HSV(B)199.5º32%98.04%-
XYZ60.4968.76100.53-
YUV210.82150.1198.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.40%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=26.40%
G=34.78%
B=38.82%

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
Decimal1702242500.320.1000.02199.588.8982.35
HexAAE0FA20A02c85952
Octal252340372401202310131122
Binary10101010111000001111101010000010100101100100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0FA; }

 p { color: rgb(170,224,250); }

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

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

 a { background-color: rgb(170,224,250); }

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

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

 span { border-color: rgb(170,224,250); }

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