Shades of Columbia Blue #AAE2FB
Tints of Columbia Blue #AAE2FB
RGB
CMYK
RGB Variations
Color information
#AAE2FB (or 0xAAE2FB) is known color: Columbia Blue. HEX triplet: AA, E2 and FB. RGB value is (170,226,251). Sum of RGB (Red+Green+Blue) = 170+226+251=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2FB is #551D04. Grayscale: #D3D3D3. Windows color (decimal): -5577989 or 16507562. OLE color: 16507562.
HSL color Cylindrical-coordinate representation of color #AAE2FB: hue angle of 198.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAE2FB is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 226 | 251 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.02 |
| HSL | 198.52º | 0.91% | 0.83% | - |
| HSV(B) | 198.52º | 0.32% | 0.98% | - |
| XYZ | 61.19 | 69.9 | 101.53 | - |
| YUV | 212.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 251 | 0.32 | 0.10 | 0 | 0.02 | 198.52 | 0.91 | 0.83 |
| Hex | AA | E2 | FB | 20 | A | 0 | 2 | C7 | 5B | 53 |
| Octal | 252 | 342 | 373 | 40 | 12 | 0 | 2 | 307 | 133 | 123 |
| Binary | 10101010 | 11100010 | 11111011 | 100000 | 1010 | 0 | 10 | 11000111 | 1011011 | 1010011 |
Color Harmonies of #AAE2FB
Complementary color
Monochromatic Colors of #AAE2FB
Black with #AAE2FB
Text Example
Text Example
White with #AAE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2FB; }
p { color: rgb(170,226,251); }
H1.HeaderClassName
{
color: #AAE2FB;
}
.AnyTagClassName
{
color: #AAE2FB;
}
</style>
background-color css
<style>
a { background-color: #AAE2FB; }
a { background-color: rgb(170,226,251); }
div.DivClassName
{
background-color: #AAE2FB;
}
.BgClassName
{
background-color: #AAE2FB;
}
</style>
border-color css
<style>
span { border-color: #AAE2FB; }
span { border-color: rgb(170,226,251); }
td.TdClassName
{
border-color: #AAE2FB;
}
.TagClassName
{
border-color: #AAE2FB;
}
</style>