#AEE1FF

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

Shades of Columbia Blue #AEE1FF

Tints of Columbia Blue #AEE1FF

Color information

#AEE1FF (or 0xAEE1FF) is unknown color: approx Columbia Blue. HEX triplet: AE, E1 and FF. RGB value is (174,225,255). Sum of RGB (Red+Green+Blue) = 174+225+255=654 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.61% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1FF is #511E00. Grayscale: #D5D5D5. Windows color (decimal): -5316097 or 16769454. OLE color: 16769454.

HSL color Cylindrical-coordinate representation of color #AEE1FF: hue angle of 202.22º 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 #AEE1FF is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174225255-
CMYK0.320.1200
HSL202.22º100%84.12%-
HSV(B)202.22º31.76%100%-
XYZ62.4370.07104.84-
YUV213.17151.6100.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.61%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 255 (100% from 255) = 38.99%
R=26.61%
G=34.40%
B=38.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742252550.320.1200202.2210084.12
HexAEE1FF20C00ca6454
Octal256341377401400312144124
Binary1010111011100001111111111000001100001100101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1FF; }

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

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

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

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

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

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

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

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