#AEE2FB

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

Shades of Columbia Blue #AEE2FB

Tints of Columbia Blue #AEE2FB

Color information

#AEE2FB (or 0xAEE2FB) is unknown color: approx Columbia Blue. HEX triplet: AE, E2 and FB. RGB value is (174,226,251). Sum of RGB (Red+Green+Blue) = 174+226+251=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2FB is #511D04. Grayscale: #D5D5D5. Windows color (decimal): -5315845 or 16507566. OLE color: 16507566.

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

Color convert

RGB174226251-
CMYK0.310.1000.02
HSL199.48º90.59%83.33%-
HSV(B)199.48º30.68%98.43%-
XYZ62.0670.36101.58-
YUV213.3149.2799.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.73%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=26.73%
G=34.72%
B=38.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742262510.310.1000.02199.4890.5983.33
HexAEE2FB1FA02c75b53
Octal256342373371202307133123
Binary1010111011100010111110111111110100101100011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2FB; }

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

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

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

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

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

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

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

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