#AEE4FF

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

Shades of Columbia Blue #AEE4FF

Tints of Columbia Blue #AEE4FF

Color information

#AEE4FF (or 0xAEE4FF) is unknown color: approx Columbia Blue. HEX triplet: AE, E4 and FF. RGB value is (174,228,255). Sum of RGB (Red+Green+Blue) = 174+228+255=657 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.48% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE4FF is #511B00. Grayscale: #D6D6D6. Windows color (decimal): -5315329 or 16770222. OLE color: 16770222.

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

Color convert

RGB174228255-
CMYK0.320.1100
HSL200º100%84.12%-
HSV(B)200º31.76%100%-
XYZ63.2571.71105.11-
YUV214.93150.6198.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.48%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 255 (100% from 255) = 38.81%
R=26.48%
G=34.70%
B=38.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742282550.320.110020010084.12
HexAEE4FF20B00c86454
Octal256344377401300310144124
Binary1010111011100100111111111000001011001100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4FF; }

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

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

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

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

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

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

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

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