#AEE6FF

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

Shades of Columbia Blue #AEE6FF

Tints of Columbia Blue #AEE6FF

Color information

#AEE6FF (or 0xAEE6FF) is unknown color: approx Columbia Blue. HEX triplet: AE, E6 and FF. RGB value is (174,230,255). Sum of RGB (Red+Green+Blue) = 174+230+255=659 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.40% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE6FF is #511900. Grayscale: #D7D7D7. Windows color (decimal): -5314817 or 16770734. OLE color: 16770734.

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

Color convert

RGB174230255-
CMYK0.320.1000
HSL198.52º100%84.12%-
HSV(B)198.52º31.76%100%-
XYZ63.872.81105.3-
YUV216.11149.9597.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.40%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 255 (100% from 255) = 38.69%
R=26.40%
G=34.90%
B=38.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742302550.320.1000198.5210084.12
HexAEE6FF20A00c76454
Octal256346377401200307144124
Binary1010111011100110111111111000001010001100011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE6FF; }

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

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

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

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

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

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

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

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