#AEE2FA

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

Shades of Columbia Blue #AEE2FA

Tints of Columbia Blue #AEE2FA

Color information

#AEE2FA (or 0xAEE2FA) is unknown color: approx Columbia Blue. HEX triplet: AE, E2 and FA. RGB value is (174,226,250). Sum of RGB (Red+Green+Blue) = 174+226+250=650 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.77% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2FA is #511D05. Grayscale: #D5D5D5. Windows color (decimal): -5315846 or 16442030. OLE color: 16442030.

HSL color Cylindrical-coordinate representation of color #AEE2FA: hue angle of 198.95º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE2FA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174226250-
CMYK0.300.1000.02
HSL198.95º88.37%83.14%-
HSV(B)198.95º30.4%98.04%-
XYZ61.9170.29100.75-
YUV213.19148.77100.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.77%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=26.77%
G=34.77%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742262500.300.1000.02198.9588.3783.14
HexAEE2FA1EA02c75853
Octal256342372361202307130123
Binary1010111011100010111110101111010100101100011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2FA; }

 p { color: rgb(174,226,250); }

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

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

 a { background-color: rgb(174,226,250); }

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

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

 span { border-color: rgb(174,226,250); }

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