#AEE2FE

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

Shades of Columbia Blue #AEE2FE

Tints of Columbia Blue #AEE2FE

Color information

#AEE2FE (or 0xAEE2FE) is unknown color: approx Columbia Blue. HEX triplet: AE, E2 and FE. RGB value is (174,226,254). Sum of RGB (Red+Green+Blue) = 174+226+254=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2FE is #511D01. Grayscale: #D5D5D5. Windows color (decimal): -5315842 or 16704174. OLE color: 16704174.

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

Color convert

RGB174226254-
CMYK0.310.1100.00
HSL201º97.56%83.92%-
HSV(B)201º31.5%99.61%-
XYZ62.5470.55104.09-
YUV213.64150.7799.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.61%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=26.61%
G=34.56%
B=38.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742262540.310.1100.0020197.5683.92
HexAEE2FE1FB00c96254
Octal256342376371300311142124
Binary101011101110001011111110111111011001100100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2FE; }

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

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

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

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

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

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

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

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