Shades of Columbia Blue #AEDCFE
Tints of Columbia Blue #AEDCFE
RGB
CMYK
RGB Variations
Color information
#AEDCFE (or 0xAEDCFE) is known color: Columbia Blue. HEX triplet: AE, DC and FE. RGB value is (174,220,254). Sum of RGB (Red+Green+Blue) = 174+220+254=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCFE is #512301. Grayscale: #D1D1D1. Windows color (decimal): -5317378 or 16702638. OLE color: 16702638.
HSL color Cylindrical-coordinate representation of color #AEDCFE: hue angle of 205.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDCFE is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 220 | 254 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.00 |
| HSL | 205.5º | 0.98% | 0.84% | - |
| HSV(B) | 205.5º | 0.31% | 1% | - |
| XYZ | 60.94 | 67.34 | 103.55 | - |
| YUV | 210.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 254 | 0.31 | 0.13 | 0 | 0.00 | 205.5 | 0.98 | 0.84 |
| Hex | AE | DC | FE | 1F | D | 0 | 0 | CE | 62 | 54 |
| Octal | 256 | 334 | 376 | 37 | 15 | 0 | 0 | 316 | 142 | 124 |
| Binary | 10101110 | 11011100 | 11111110 | 11111 | 1101 | 0 | 0 | 11001110 | 1100010 | 1010100 |
Color Harmonies of #AEDCFE
Complementary color
Monochromatic Colors of #AEDCFE
Black with #AEDCFE
Text Example
Text Example
White with #AEDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCFE; }
p { color: rgb(174,220,254); }
H1.HeaderClassName
{
color: #AEDCFE;
}
.AnyTagClassName
{
color: #AEDCFE;
}
</style>
background-color css
<style>
a { background-color: #AEDCFE; }
a { background-color: rgb(174,220,254); }
div.DivClassName
{
background-color: #AEDCFE;
}
.BgClassName
{
background-color: #AEDCFE;
}
</style>
border-color css
<style>
span { border-color: #AEDCFE; }
span { border-color: rgb(174,220,254); }
td.TdClassName
{
border-color: #AEDCFE;
}
.TagClassName
{
border-color: #AEDCFE;
}
</style>