Shades of Columbia Blue #AEDBFF
Tints of Columbia Blue #AEDBFF
RGB
CMYK
RGB Variations
Color information
#AEDBFF (or 0xAEDBFF) is known color: Columbia Blue. HEX triplet: AE, DB and FF. RGB value is (174,219,255). Sum of RGB (Red+Green+Blue) = 174+219+255=648 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.85% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFF is #512400. Grayscale: #D1D1D1. Windows color (decimal): -5317633 or 16767918. OLE color: 16767918.
HSL color Cylindrical-coordinate representation of color #AEDBFF: hue angle of 206.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDBFF is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 219 | 255 | - |
| CMYK | 0.32 | 0.14 | 0 | 0 |
| HSL | 206.67º | 1% | 0.84% | - |
| HSV(B) | 206.67º | 0.32% | 1% | - |
| XYZ | 60.84 | 66.88 | 104.31 | - |
| YUV | 209.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 255 | 0.32 | 0.14 | 0 | 0 | 206.67 | 1 | 0.84 |
| Hex | AE | DB | FF | 20 | E | 0 | 0 | CF | 64 | 54 |
| Octal | 256 | 333 | 377 | 40 | 16 | 0 | 0 | 317 | 144 | 124 |
| Binary | 10101110 | 11011011 | 11111111 | 100000 | 1110 | 0 | 0 | 11001111 | 1100100 | 1010100 |
Color Harmonies of #AEDBFF
Complementary color
Monochromatic Colors of #AEDBFF
Black with #AEDBFF
Text Example
Text Example
White with #AEDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBFF; }
p { color: rgb(174,219,255); }
H1.HeaderClassName
{
color: #AEDBFF;
}
.AnyTagClassName
{
color: #AEDBFF;
}
</style>
background-color css
<style>
a { background-color: #AEDBFF; }
a { background-color: rgb(174,219,255); }
div.DivClassName
{
background-color: #AEDBFF;
}
.BgClassName
{
background-color: #AEDBFF;
}
</style>
border-color css
<style>
span { border-color: #AEDBFF; }
span { border-color: rgb(174,219,255); }
td.TdClassName
{
border-color: #AEDBFF;
}
.TagClassName
{
border-color: #AEDBFF;
}
</style>