#AEE4FE

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

Shades of Columbia Blue #AEE4FE

Tints of Columbia Blue #AEE4FE

Color information

#AEE4FE (or 0xAEE4FE) is unknown color: approx Columbia Blue. HEX triplet: AE, E4 and FE. RGB value is (174,228,254). Sum of RGB (Red+Green+Blue) = 174+228+254=656 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.52% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEE4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE4FE is #511B01. Grayscale: #D6D6D6. Windows color (decimal): -5315330 or 16704686. OLE color: 16704686.

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

Color convert

RGB174228254-
CMYK0.310.1000.00
HSL199.5º97.56%83.92%-
HSV(B)199.5º31.5%99.61%-
XYZ63.0971.64104.27-
YUV214.82150.1198.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.52%
GREEN value IS 228 (89.45% from 255) = 34.76%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=26.52%
G=34.76%
B=38.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742282540.310.1000.00199.597.5683.92
HexAEE4FE1FA00c86254
Octal256344376371200310142124
Binary101011101110010011111110111111010001100100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4FE; }

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

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

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

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

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

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

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

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