Shades of Columbia Blue #AAE7FD
Tints of Columbia Blue #AAE7FD
RGB
CMYK
RGB Variations
Color information
#AAE7FD (or 0xAAE7FD) is known color: Columbia Blue. HEX triplet: AA, E7 and FD. RGB value is (170,231,253). Sum of RGB (Red+Green+Blue) = 170+231+253=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE7FD is #551802. Grayscale: #D7D7D7. Windows color (decimal): -5576707 or 16639914. OLE color: 16639914.
HSL color Cylindrical-coordinate representation of color #AAE7FD: hue angle of 195.9º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE7FD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 231 | 253 | - |
CMYK | 0.33 | 0.09 | 0 | 0.01 |
HSL | 195.9º | 0.95% | 0.83% | - |
HSV(B) | 195.9º | 0.33% | 0.99% | - |
XYZ | 62.88 | 72.79 | 103.66 | - |
YUV | 215.27 | 149.29 | 95.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 231 | 253 | 0.33 | 0.09 | 0 | 0.01 | 195.9 | 0.95 | 0.83 |
Hex | AA | E7 | FD | 21 | 9 | 0 | 1 | C4 | 5F | 53 |
Octal | 252 | 347 | 375 | 41 | 11 | 0 | 1 | 304 | 137 | 123 |
Binary | 10101010 | 11100111 | 11111101 | 100001 | 1001 | 0 | 1 | 11000100 | 1011111 | 1010011 |
Color Harmonies of #AAE7FD
Complementary color
Monochromatic Colors of #AAE7FD
Black with #AAE7FD
Text Example
Text Example
White with #AAE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7FD; }
p { color: rgb(170,231,253); }
H1.HeaderClassName
{
color: #AAE7FD;
}
.AnyTagClassName
{
color: #AAE7FD;
}
</style>
background-color css
<style>
a { background-color: #AAE7FD; }
a { background-color: rgb(170,231,253); }
div.DivClassName
{
background-color: #AAE7FD;
}
.BgClassName
{
background-color: #AAE7FD;
}
</style>
border-color css
<style>
span { border-color: #AAE7FD; }
span { border-color: rgb(170,231,253); }
td.TdClassName
{
border-color: #AAE7FD;
}
.TagClassName
{
border-color: #AAE7FD;
}
</style>