Shades of Columbia Blue #AEE0FF
Tints of Columbia Blue #AEE0FF
RGB
CMYK
RGB Variations
Color information
#AEE0FF (or 0xAEE0FF) is known color: Columbia Blue. HEX triplet: AE, E0 and FF. RGB value is (174,224,255). Sum of RGB (Red+Green+Blue) = 174+224+255=653 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.65% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0FF is #511F00. Grayscale: #D4D4D4. Windows color (decimal): -5316353 or 16769198. OLE color: 16769198.
HSL color Cylindrical-coordinate representation of color #AEE0FF: hue angle of 202.96º 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 #AEE0FF is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 224 | 255 | - |
| CMYK | 0.32 | 0.12 | 0 | 0 |
| HSL | 202.96º | 1% | 0.84% | - |
| HSV(B) | 202.96º | 0.32% | 1% | - |
| XYZ | 62.16 | 69.53 | 104.75 | - |
| YUV | 212.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 255 | 0.32 | 0.12 | 0 | 0 | 202.96 | 1 | 0.84 |
| Hex | AE | E0 | FF | 20 | C | 0 | 0 | CB | 64 | 54 |
| Octal | 256 | 340 | 377 | 40 | 14 | 0 | 0 | 313 | 144 | 124 |
| Binary | 10101110 | 11100000 | 11111111 | 100000 | 1100 | 0 | 0 | 11001011 | 1100100 | 1010100 |
Color Harmonies of #AEE0FF
Complementary color
Monochromatic Colors of #AEE0FF
Black with #AEE0FF
Text Example
Text Example
White with #AEE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0FF; }
p { color: rgb(174,224,255); }
H1.HeaderClassName
{
color: #AEE0FF;
}
.AnyTagClassName
{
color: #AEE0FF;
}
</style>
background-color css
<style>
a { background-color: #AEE0FF; }
a { background-color: rgb(174,224,255); }
div.DivClassName
{
background-color: #AEE0FF;
}
.BgClassName
{
background-color: #AEE0FF;
}
</style>
border-color css
<style>
span { border-color: #AEE0FF; }
span { border-color: rgb(174,224,255); }
td.TdClassName
{
border-color: #AEE0FF;
}
.TagClassName
{
border-color: #AEE0FF;
}
</style>