#AEE0FB

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

Shades of Columbia Blue #AEE0FB

Tints of Columbia Blue #AEE0FB

Color information

#AEE0FB (or 0xAEE0FB) is unknown color: approx Columbia Blue. HEX triplet: AE, E0 and FB. RGB value is (174,224,251). Sum of RGB (Red+Green+Blue) = 174+224+251=649 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.81% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0FB is #511F04. Grayscale: #D3D3D3. Windows color (decimal): -5316357 or 16507054. OLE color: 16507054.

HSL color Cylindrical-coordinate representation of color #AEE0FB: hue angle of 201.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEE0FB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174224251-
CMYK0.310.1100.02
HSL201.04º90.59%83.33%-
HSV(B)201.04º30.68%98.43%-
XYZ61.5269.28101.4-
YUV212.13149.94100.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.81%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=26.81%
G=34.51%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742242510.310.1100.02201.0490.5983.33
HexAEE0FB1FB02c95b53
Octal256340373371302311133123
Binary1010111011100000111110111111110110101100100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0FB; }

 p { color: rgb(174,224,251); }

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

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

 a { background-color: rgb(174,224,251); }

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

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

 span { border-color: rgb(174,224,251); }

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