Shades of Columbia Blue #AEDDFC
Tints of Columbia Blue #AEDDFC
RGB
CMYK
RGB Variations
Color information
#AEDDFC (or 0xAEDDFC) is known color: Columbia Blue. HEX triplet: AE, DD and FC. RGB value is (174,221,252). Sum of RGB (Red+Green+Blue) = 174+221+252=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDFC is #512203. Grayscale: #D2D2D2. Windows color (decimal): -5317124 or 16571822. OLE color: 16571822.
HSL color Cylindrical-coordinate representation of color #AEDDFC: hue angle of 203.85º 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 #AEDDFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 221 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 203.85º | 0.93% | 0.84% | - |
| HSV(B) | 203.85º | 0.31% | 0.99% | - |
| XYZ | 60.88 | 67.74 | 101.96 | - |
| YUV | 210.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 252 | 0.31 | 0.12 | 0 | 0.01 | 203.85 | 0.93 | 0.84 |
| Hex | AE | DD | FC | 1F | C | 0 | 1 | CC | 5D | 54 |
| Octal | 256 | 335 | 374 | 37 | 14 | 0 | 1 | 314 | 135 | 124 |
| Binary | 10101110 | 11011101 | 11111100 | 11111 | 1100 | 0 | 1 | 11001100 | 1011101 | 1010100 |
Color Harmonies of #AEDDFC
Complementary color
Monochromatic Colors of #AEDDFC
Black with #AEDDFC
Text Example
Text Example
White with #AEDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDFC; }
p { color: rgb(174,221,252); }
H1.HeaderClassName
{
color: #AEDDFC;
}
.AnyTagClassName
{
color: #AEDDFC;
}
</style>
background-color css
<style>
a { background-color: #AEDDFC; }
a { background-color: rgb(174,221,252); }
div.DivClassName
{
background-color: #AEDDFC;
}
.BgClassName
{
background-color: #AEDDFC;
}
</style>
border-color css
<style>
span { border-color: #AEDDFC; }
span { border-color: rgb(174,221,252); }
td.TdClassName
{
border-color: #AEDDFC;
}
.TagClassName
{
border-color: #AEDDFC;
}
</style>