Shades of Columbia Blue #AEDDF9
Tints of Columbia Blue #AEDDF9
RGB
CMYK
RGB Variations
Color information
#AEDDF9 (or 0xAEDDF9) is known color: Columbia Blue. HEX triplet: AE, DD and F9. RGB value is (174,221,249). Sum of RGB (Red+Green+Blue) = 174+221+249=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF9 is #512206. Grayscale: #D1D1D1. Windows color (decimal): -5317127 or 16375214. OLE color: 16375214.
HSL color Cylindrical-coordinate representation of color #AEDDF9: hue angle of 202.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDDF9 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 221 | 249 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.02 |
| HSL | 202.4º | 0.86% | 0.83% | - |
| HSV(B) | 202.4º | 0.3% | 0.98% | - |
| XYZ | 60.41 | 67.55 | 99.48 | - |
| YUV | 210.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 249 | 0.30 | 0.11 | 0 | 0.02 | 202.4 | 0.86 | 0.83 |
| Hex | AE | DD | F9 | 1E | B | 0 | 2 | CA | 56 | 53 |
| Octal | 256 | 335 | 371 | 36 | 13 | 0 | 2 | 312 | 126 | 123 |
| Binary | 10101110 | 11011101 | 11111001 | 11110 | 1011 | 0 | 10 | 11001010 | 1010110 | 1010011 |
Color Harmonies of #AEDDF9
Complementary color
Monochromatic Colors of #AEDDF9
Black with #AEDDF9
Text Example
Text Example
White with #AEDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF9; }
p { color: rgb(174,221,249); }
H1.HeaderClassName
{
color: #AEDDF9;
}
.AnyTagClassName
{
color: #AEDDF9;
}
</style>
background-color css
<style>
a { background-color: #AEDDF9; }
a { background-color: rgb(174,221,249); }
div.DivClassName
{
background-color: #AEDDF9;
}
.BgClassName
{
background-color: #AEDDF9;
}
</style>
border-color css
<style>
span { border-color: #AEDDF9; }
span { border-color: rgb(174,221,249); }
td.TdClassName
{
border-color: #AEDDF9;
}
.TagClassName
{
border-color: #AEDDF9;
}
</style>