#AEE8FF

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

Shades of Columbia Blue #AEE8FF

Tints of Columbia Blue #AEE8FF

Color information

#AEE8FF (or 0xAEE8FF) is unknown color: approx Columbia Blue. HEX triplet: AE, E8 and FF. RGB value is (174,232,255). Sum of RGB (Red+Green+Blue) = 174+232+255=661 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.32% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE8FF is #511700. Grayscale: #D9D9D9. Windows color (decimal): -5314305 or 16771246. OLE color: 16771246.

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

Color convert

RGB174232255-
CMYK0.320.0900
HSL197.04º100%84.12%-
HSV(B)197.04º31.76%100%-
XYZ64.3673.93105.49-
YUV217.28149.2897.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.32%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 255 (100% from 255) = 38.58%
R=26.32%
G=35.10%
B=38.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742322550.320.0900197.0410084.12
HexAEE8FF20900c56454
Octal256350377401100305144124
Binary1010111011101000111111111000001001001100010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE8FF; }

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

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

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

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

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

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

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

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