Shades of Columbia Blue #AFDEFA
Tints of Columbia Blue #AFDEFA
RGB
CMYK
RGB Variations
Color information
#AFDEFA (or 0xAFDEFA) is known color: Columbia Blue. HEX triplet: AF, DE and FA. RGB value is (175,222,250). Sum of RGB (Red+Green+Blue) = 175+222+250=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 222 (87.11% from 255 or 34.31% 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 #AFDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEFA is #502105. Grayscale: #D2D2D2. Windows color (decimal): -5251334 or 16441007. OLE color: 16441007.
HSL color Cylindrical-coordinate representation of color #AFDEFA: hue angle of 202.4º 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 #AFDEFA is Cyan = 0.3, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 222 | 250 | - |
| CMYK | 0.3 | 0.11 | 0 | 0.02 |
| HSL | 202.4º | 0.88% | 0.83% | - |
| HSV(B) | 202.4º | 0.3% | 0.98% | - |
| XYZ | 61.06 | 68.26 | 100.4 | - |
| YUV | 211.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 250 | 0.3 | 0.11 | 0 | 0.02 | 202.4 | 0.88 | 0.83 |
| Hex | AF | DE | FA | 1E | B | 0 | 2 | CA | 58 | 53 |
| Octal | 257 | 336 | 372 | 36 | 13 | 0 | 2 | 312 | 130 | 123 |
| Binary | 10101111 | 11011110 | 11111010 | 11110 | 1011 | 0 | 10 | 11001010 | 1011000 | 1010011 |
Color Harmonies of #AFDEFA
Complementary color
Monochromatic Colors of #AFDEFA
Black with #AFDEFA
Text Example
Text Example
White with #AFDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEFA; }
p { color: rgb(175,222,250); }
H1.HeaderClassName
{
color: #AFDEFA;
}
.AnyTagClassName
{
color: #AFDEFA;
}
</style>
background-color css
<style>
a { background-color: #AFDEFA; }
a { background-color: rgb(175,222,250); }
div.DivClassName
{
background-color: #AFDEFA;
}
.BgClassName
{
background-color: #AFDEFA;
}
</style>
border-color css
<style>
span { border-color: #AFDEFA; }
span { border-color: rgb(175,222,250); }
td.TdClassName
{
border-color: #AFDEFA;
}
.TagClassName
{
border-color: #AFDEFA;
}
</style>