Shades of Columbia Blue #AEDEFC
Tints of Columbia Blue #AEDEFC
RGB
CMYK
RGB Variations
Color information
#AEDEFC (or 0xAEDEFC) is known color: Columbia Blue. HEX triplet: AE, DE and FC. RGB value is (174,222,252). Sum of RGB (Red+Green+Blue) = 174+222+252=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEFC is #512103. Grayscale: #D2D2D2. Windows color (decimal): -5316868 or 16572078. OLE color: 16572078.
HSL color Cylindrical-coordinate representation of color #AEDEFC: hue angle of 203.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDEFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 222 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 203.08º | 0.93% | 0.84% | - |
| HSV(B) | 203.08º | 0.31% | 0.99% | - |
| XYZ | 61.15 | 68.27 | 102.05 | - |
| YUV | 211.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 252 | 0.31 | 0.12 | 0 | 0.01 | 203.08 | 0.93 | 0.84 |
| Hex | AE | DE | FC | 1F | C | 0 | 1 | CB | 5D | 54 |
| Octal | 256 | 336 | 374 | 37 | 14 | 0 | 1 | 313 | 135 | 124 |
| Binary | 10101110 | 11011110 | 11111100 | 11111 | 1100 | 0 | 1 | 11001011 | 1011101 | 1010100 |
Color Harmonies of #AEDEFC
Complementary color
Monochromatic Colors of #AEDEFC
Black with #AEDEFC
Text Example
Text Example
White with #AEDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEFC; }
p { color: rgb(174,222,252); }
H1.HeaderClassName
{
color: #AEDEFC;
}
.AnyTagClassName
{
color: #AEDEFC;
}
</style>
background-color css
<style>
a { background-color: #AEDEFC; }
a { background-color: rgb(174,222,252); }
div.DivClassName
{
background-color: #AEDEFC;
}
.BgClassName
{
background-color: #AEDEFC;
}
</style>
border-color css
<style>
span { border-color: #AEDEFC; }
span { border-color: rgb(174,222,252); }
td.TdClassName
{
border-color: #AEDEFC;
}
.TagClassName
{
border-color: #AEDEFC;
}
</style>