Shades of Columbia Blue #AEE8FF
Tints of Columbia Blue #AEE8FF
RGB
CMYK
RGB Variations
Color information
#AEE8FF (or 0xAEE8FF) is known color: 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
| RGB | 174 | 232 | 255 | - |
| CMYK | 0.32 | 0.09 | 0 | 0 |
| HSL | 197.04º | 1% | 0.84% | - |
| HSV(B) | 197.04º | 0.32% | 1% | - |
| XYZ | 64.36 | 73.93 | 105.49 | - |
| YUV | 217.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 232 | 255 | 0.32 | 0.09 | 0 | 0 | 197.04 | 1 | 0.84 |
| Hex | AE | E8 | FF | 20 | 9 | 0 | 0 | C5 | 64 | 54 |
| Octal | 256 | 350 | 377 | 40 | 11 | 0 | 0 | 305 | 144 | 124 |
| Binary | 10101110 | 11101000 | 11111111 | 100000 | 1001 | 0 | 0 | 11000101 | 1100100 | 1010100 |
Color Harmonies of #AEE8FF
Complementary color
Monochromatic Colors of #AEE8FF
Black with #AEE8FF
Text Example
Text Example
White with #AEE8FF
Text Example
Text Example
HTML Codes & Css Web 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>