#AAE4FA

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

Shades of Columbia Blue #AAE4FA

Tints of Columbia Blue #AAE4FA

Color information

#AAE4FA (or 0xAAE4FA) is unknown color: approx Columbia Blue. HEX triplet: AA, E4 and FA. RGB value is (170,228,250). Sum of RGB (Red+Green+Blue) = 170+228+250=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE4FA is #551B05. Grayscale: #D5D5D5. Windows color (decimal): -5577478 or 16442538. OLE color: 16442538.

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

Color convert

RGB170228250-
CMYK0.320.0900.02
HSL196.5º88.89%82.35%-
HSV(B)196.5º32%98.04%-
XYZ61.5870.93100.89-
YUV213.17148.7897.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.23%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=26.23%
G=35.19%
B=38.58%

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
Decimal1702282500.320.0900.02196.588.8982.35
HexAAE4FA20902c45952
Octal252344372401102304131122
Binary10101010111001001111101010000010010101100010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE4FA; }

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

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

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

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

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

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

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

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