Shades of Columbia Blue #AEDDF8
Tints of Columbia Blue #AEDDF8
RGB
CMYK
RGB Variations
Color information
#AEDDF8 (or 0xAEDDF8) is known color: Columbia Blue. HEX triplet: AE, DD and F8. RGB value is (174,221,248). Sum of RGB (Red+Green+Blue) = 174+221+248=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF8 is #512207. Grayscale: #D1D1D1. Windows color (decimal): -5317128 or 16309678. OLE color: 16309678.
HSL color Cylindrical-coordinate representation of color #AEDDF8: hue angle of 201.89º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDDF8 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 221 | 248 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.03 |
| HSL | 201.89º | 0.84% | 0.83% | - |
| HSV(B) | 201.89º | 0.3% | 0.97% | - |
| XYZ | 60.26 | 67.49 | 98.66 | - |
| YUV | 210.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 248 | 0.30 | 0.11 | 0 | 0.03 | 201.89 | 0.84 | 0.83 |
| Hex | AE | DD | F8 | 1E | B | 0 | 3 | CA | 54 | 53 |
| Octal | 256 | 335 | 370 | 36 | 13 | 0 | 3 | 312 | 124 | 123 |
| Binary | 10101110 | 11011101 | 11111000 | 11110 | 1011 | 0 | 11 | 11001010 | 1010100 | 1010011 |
Color Harmonies of #AEDDF8
Complementary color
Monochromatic Colors of #AEDDF8
Black with #AEDDF8
Text Example
Text Example
White with #AEDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF8; }
p { color: rgb(174,221,248); }
H1.HeaderClassName
{
color: #AEDDF8;
}
.AnyTagClassName
{
color: #AEDDF8;
}
</style>
background-color css
<style>
a { background-color: #AEDDF8; }
a { background-color: rgb(174,221,248); }
div.DivClassName
{
background-color: #AEDDF8;
}
.BgClassName
{
background-color: #AEDDF8;
}
</style>
border-color css
<style>
span { border-color: #AEDDF8; }
span { border-color: rgb(174,221,248); }
td.TdClassName
{
border-color: #AEDDF8;
}
.TagClassName
{
border-color: #AEDDF8;
}
</style>