Shades of Columbia Blue #AAE6FE
Tints of Columbia Blue #AAE6FE
RGB
CMYK
RGB Variations
Color information
#AAE6FE (or 0xAAE6FE) is known color: Columbia Blue. HEX triplet: AA, E6 and FE. RGB value is (170,230,254). Sum of RGB (Red+Green+Blue) = 170+230+254=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE6FE is #551901. Grayscale: #D6D6D6. Windows color (decimal): -5576962 or 16705194. OLE color: 16705194.
HSL color Cylindrical-coordinate representation of color #AAE6FE: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE6FE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 230 | 254 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.00 |
| HSL | 197.14º | 0.98% | 0.83% | - |
| HSV(B) | 197.14º | 0.33% | 1% | - |
| XYZ | 62.76 | 72.3 | 104.41 | - |
| YUV | 214.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 254 | 0.33 | 0.09 | 0 | 0.00 | 197.14 | 0.98 | 0.83 |
| Hex | AA | E6 | FE | 21 | 9 | 0 | 0 | C5 | 62 | 53 |
| Octal | 252 | 346 | 376 | 41 | 11 | 0 | 0 | 305 | 142 | 123 |
| Binary | 10101010 | 11100110 | 11111110 | 100001 | 1001 | 0 | 0 | 11000101 | 1100010 | 1010011 |
Color Harmonies of #AAE6FE
Complementary color
Monochromatic Colors of #AAE6FE
Black with #AAE6FE
Text Example
Text Example
White with #AAE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE6FE; }
p { color: rgb(170,230,254); }
H1.HeaderClassName
{
color: #AAE6FE;
}
.AnyTagClassName
{
color: #AAE6FE;
}
</style>
background-color css
<style>
a { background-color: #AAE6FE; }
a { background-color: rgb(170,230,254); }
div.DivClassName
{
background-color: #AAE6FE;
}
.BgClassName
{
background-color: #AAE6FE;
}
</style>
border-color css
<style>
span { border-color: #AAE6FE; }
span { border-color: rgb(170,230,254); }
td.TdClassName
{
border-color: #AAE6FE;
}
.TagClassName
{
border-color: #AAE6FE;
}
</style>