#AEE5FB

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

Shades of Columbia Blue #AEE5FB

Tints of Columbia Blue #AEE5FB

Color information

#AEE5FB (or 0xAEE5FB) is unknown color: approx Columbia Blue. HEX triplet: AE, E5 and FB. RGB value is (174,229,251). Sum of RGB (Red+Green+Blue) = 174+229+251=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5FB is #511A04. Grayscale: #D6D6D6. Windows color (decimal): -5315077 or 16508334. OLE color: 16508334.

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

Color convert

RGB174229251-
CMYK0.310.0900.02
HSL197.14º90.59%83.33%-
HSV(B)197.14º30.68%98.43%-
XYZ62.8972101.85-
YUV215.06148.2898.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.61%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=26.61%
G=35.02%
B=38.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742292510.310.0900.02197.1490.5983.33
HexAEE5FB1F902c55b53
Octal256345373371102305133123
Binary1010111011100101111110111111110010101100010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE5FB; }

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

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

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

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

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

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

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

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