Shades of Columbia Blue #AEE2FF
Tints of Columbia Blue #AEE2FF
RGB
CMYK
RGB Variations
Color information
#AEE2FF (or 0xAEE2FF) is known color: Columbia Blue. HEX triplet: AE, E2 and FF. RGB value is (174,226,255). Sum of RGB (Red+Green+Blue) = 174+226+255=655 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.56% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2FF is #511D00. Grayscale: #D5D5D5. Windows color (decimal): -5315841 or 16769710. OLE color: 16769710.
HSL color Cylindrical-coordinate representation of color #AEE2FF: hue angle of 201.48º 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 #AEE2FF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 226 | 255 | - |
| CMYK | 0.32 | 0.11 | 0 | 0 |
| HSL | 201.48º | 1% | 0.84% | - |
| HSV(B) | 201.48º | 0.32% | 1% | - |
| XYZ | 62.7 | 70.61 | 104.93 | - |
| YUV | 213.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 255 | 0.32 | 0.11 | 0 | 0 | 201.48 | 1 | 0.84 |
| Hex | AE | E2 | FF | 20 | B | 0 | 0 | C9 | 64 | 54 |
| Octal | 256 | 342 | 377 | 40 | 13 | 0 | 0 | 311 | 144 | 124 |
| Binary | 10101110 | 11100010 | 11111111 | 100000 | 1011 | 0 | 0 | 11001001 | 1100100 | 1010100 |
Color Harmonies of #AEE2FF
Complementary color
Monochromatic Colors of #AEE2FF
Black with #AEE2FF
Text Example
Text Example
White with #AEE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2FF; }
p { color: rgb(174,226,255); }
H1.HeaderClassName
{
color: #AEE2FF;
}
.AnyTagClassName
{
color: #AEE2FF;
}
</style>
background-color css
<style>
a { background-color: #AEE2FF; }
a { background-color: rgb(174,226,255); }
div.DivClassName
{
background-color: #AEE2FF;
}
.BgClassName
{
background-color: #AEE2FF;
}
</style>
border-color css
<style>
span { border-color: #AEE2FF; }
span { border-color: rgb(174,226,255); }
td.TdClassName
{
border-color: #AEE2FF;
}
.TagClassName
{
border-color: #AEE2FF;
}
</style>