Shades of Columbia Blue #AEDEF8
Tints of Columbia Blue #AEDEF8
RGB
CMYK
RGB Variations
Color information
#AEDEF8 (or 0xAEDEF8) is known color: Columbia Blue. HEX triplet: AE, DE and F8. RGB value is (174,222,248). Sum of RGB (Red+Green+Blue) = 174+222+248=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF8 is #512107. Grayscale: #D2D2D2. Windows color (decimal): -5316872 or 16309934. OLE color: 16309934.
HSL color Cylindrical-coordinate representation of color #AEDEF8: hue angle of 201.08º 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 #AEDEF8 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 222 | 248 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.03 |
| HSL | 201.08º | 0.84% | 0.83% | - |
| HSV(B) | 201.08º | 0.3% | 0.97% | - |
| XYZ | 60.52 | 68.02 | 98.75 | - |
| YUV | 210.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 248 | 0.30 | 0.10 | 0 | 0.03 | 201.08 | 0.84 | 0.83 |
| Hex | AE | DE | F8 | 1E | A | 0 | 3 | C9 | 54 | 53 |
| Octal | 256 | 336 | 370 | 36 | 12 | 0 | 3 | 311 | 124 | 123 |
| Binary | 10101110 | 11011110 | 11111000 | 11110 | 1010 | 0 | 11 | 11001001 | 1010100 | 1010011 |
Color Harmonies of #AEDEF8
Complementary color
Monochromatic Colors of #AEDEF8
Black with #AEDEF8
Text Example
Text Example
White with #AEDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEF8; }
p { color: rgb(174,222,248); }
H1.HeaderClassName
{
color: #AEDEF8;
}
.AnyTagClassName
{
color: #AEDEF8;
}
</style>
background-color css
<style>
a { background-color: #AEDEF8; }
a { background-color: rgb(174,222,248); }
div.DivClassName
{
background-color: #AEDEF8;
}
.BgClassName
{
background-color: #AEDEF8;
}
</style>
border-color css
<style>
span { border-color: #AEDEF8; }
span { border-color: rgb(174,222,248); }
td.TdClassName
{
border-color: #AEDEF8;
}
.TagClassName
{
border-color: #AEDEF8;
}
</style>