Shades of Columbia Blue #AEDFFA
Tints of Columbia Blue #AEDFFA
RGB
CMYK
RGB Variations
Color information
#AEDFFA (or 0xAEDFFA) is known color: Columbia Blue. HEX triplet: AE, DF and FA. RGB value is (174,223,250). Sum of RGB (Red+Green+Blue) = 174+223+250=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFFA is #512005. Grayscale: #D3D3D3. Windows color (decimal): -5316614 or 16441262. OLE color: 16441262.
HSL color Cylindrical-coordinate representation of color #AEDFFA: hue angle of 201.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDFFA is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 223 | 250 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.02 |
| HSL | 201.32º | 0.88% | 0.83% | - |
| HSV(B) | 201.32º | 0.3% | 0.98% | - |
| XYZ | 61.1 | 68.68 | 100.48 | - |
| YUV | 211.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 250 | 0.30 | 0.11 | 0 | 0.02 | 201.32 | 0.88 | 0.83 |
| Hex | AE | DF | FA | 1E | B | 0 | 2 | C9 | 58 | 53 |
| Octal | 256 | 337 | 372 | 36 | 13 | 0 | 2 | 311 | 130 | 123 |
| Binary | 10101110 | 11011111 | 11111010 | 11110 | 1011 | 0 | 10 | 11001001 | 1011000 | 1010011 |
Color Harmonies of #AEDFFA
Complementary color
Monochromatic Colors of #AEDFFA
Black with #AEDFFA
Text Example
Text Example
White with #AEDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFFA; }
p { color: rgb(174,223,250); }
H1.HeaderClassName
{
color: #AEDFFA;
}
.AnyTagClassName
{
color: #AEDFFA;
}
</style>
background-color css
<style>
a { background-color: #AEDFFA; }
a { background-color: rgb(174,223,250); }
div.DivClassName
{
background-color: #AEDFFA;
}
.BgClassName
{
background-color: #AEDFFA;
}
</style>
border-color css
<style>
span { border-color: #AEDFFA; }
span { border-color: rgb(174,223,250); }
td.TdClassName
{
border-color: #AEDFFA;
}
.TagClassName
{
border-color: #AEDFFA;
}
</style>