#AEE1FA

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

Shades of Columbia Blue #AEE1FA

Tints of Columbia Blue #AEE1FA

Color information

#AEE1FA (or 0xAEE1FA) is unknown color: approx Columbia Blue. HEX triplet: AE, E1 and FA. RGB value is (174,225,250). Sum of RGB (Red+Green+Blue) = 174+225+250=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEE1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1FA is #511E05. Grayscale: #D4D4D4. Windows color (decimal): -5316102 or 16441774. OLE color: 16441774.

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

Color convert

RGB174225250-
CMYK0.300.1000.02
HSL199.74º88.37%83.14%-
HSV(B)199.74º30.4%98.04%-
XYZ61.6469.75100.66-
YUV212.6149.1100.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.81%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=26.81%
G=34.67%
B=38.52%

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
Decimal1742252500.300.1000.02199.7488.3783.14
HexAEE1FA1EA02c85853
Octal256341372361202310130123
Binary1010111011100001111110101111010100101100100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1FA; }

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

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

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

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

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

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

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

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