#AEE7FF

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

Shades of Columbia Blue #AEE7FF

Tints of Columbia Blue #AEE7FF

Color information

#AEE7FF (or 0xAEE7FF) is unknown color: approx Columbia Blue. HEX triplet: AE, E7 and FF. RGB value is (174,231,255). Sum of RGB (Red+Green+Blue) = 174+231+255=660 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.36% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7FF is #511800. Grayscale: #D8D8D8. Windows color (decimal): -5314561 or 16770990. OLE color: 16770990.

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

Color convert

RGB174231255-
CMYK0.320.0900
HSL197.78º100%84.12%-
HSV(B)197.78º31.76%100%-
XYZ64.0873.37105.39-
YUV216.69149.6297.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.36%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 255 (100% from 255) = 38.64%
R=26.36%
G=35%
B=38.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742312550.320.0900197.7810084.12
HexAEE7FF20900c66454
Octal256347377401100306144124
Binary1010111011100111111111111000001001001100011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7FF; }

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

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

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

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

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

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

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

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