Shades of Columbia Blue #AEDFF8
Tints of Columbia Blue #AEDFF8
RGB
CMYK
RGB Variations
Color information
#AEDFF8 (or 0xAEDFF8) is known color: Columbia Blue. HEX triplet: AE, DF and F8. RGB value is (174,223,248). Sum of RGB (Red+Green+Blue) = 174+223+248=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF8 is #512007. Grayscale: #D3D3D3. Windows color (decimal): -5316616 or 16310190. OLE color: 16310190.
HSL color Cylindrical-coordinate representation of color #AEDFF8: hue angle of 200.27º 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 #AEDFF8 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 223 | 248 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.03 |
| HSL | 200.27º | 0.84% | 0.83% | - |
| HSV(B) | 200.27º | 0.3% | 0.97% | - |
| XYZ | 60.79 | 68.55 | 98.83 | - |
| YUV | 211.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 248 | 0.30 | 0.10 | 0 | 0.03 | 200.27 | 0.84 | 0.83 |
| Hex | AE | DF | F8 | 1E | A | 0 | 3 | C8 | 54 | 53 |
| Octal | 256 | 337 | 370 | 36 | 12 | 0 | 3 | 310 | 124 | 123 |
| Binary | 10101110 | 11011111 | 11111000 | 11110 | 1010 | 0 | 11 | 11001000 | 1010100 | 1010011 |
Color Harmonies of #AEDFF8
Complementary color
Monochromatic Colors of #AEDFF8
Black with #AEDFF8
Text Example
Text Example
White with #AEDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFF8; }
p { color: rgb(174,223,248); }
H1.HeaderClassName
{
color: #AEDFF8;
}
.AnyTagClassName
{
color: #AEDFF8;
}
</style>
background-color css
<style>
a { background-color: #AEDFF8; }
a { background-color: rgb(174,223,248); }
div.DivClassName
{
background-color: #AEDFF8;
}
.BgClassName
{
background-color: #AEDFF8;
}
</style>
border-color css
<style>
span { border-color: #AEDFF8; }
span { border-color: rgb(174,223,248); }
td.TdClassName
{
border-color: #AEDFF8;
}
.TagClassName
{
border-color: #AEDFF8;
}
</style>