Shades of Columbia Blue #AFDFFA
Tints of Columbia Blue #AFDFFA
RGB
CMYK
RGB Variations
Color information
#AFDFFA (or 0xAFDFFA) is known color: Columbia Blue. HEX triplet: AF, DF and FA. RGB value is (175,223,250). Sum of RGB (Red+Green+Blue) = 175+223+250=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFFA is #502005. Grayscale: #D3D3D3. Windows color (decimal): -5251078 or 16441263. OLE color: 16441263.
HSL color Cylindrical-coordinate representation of color #AFDFFA: hue angle of 201.6º 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 #AFDFFA is Cyan = 0.3, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 223 | 250 | - |
| CMYK | 0.3 | 0.11 | 0 | 0.02 |
| HSL | 201.6º | 0.88% | 0.83% | - |
| HSV(B) | 201.6º | 0.3% | 0.98% | - |
| XYZ | 61.32 | 68.79 | 100.49 | - |
| YUV | 211.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 250 | 0.3 | 0.11 | 0 | 0.02 | 201.6 | 0.88 | 0.83 |
| Hex | AF | DF | FA | 1E | B | 0 | 2 | CA | 58 | 53 |
| Octal | 257 | 337 | 372 | 36 | 13 | 0 | 2 | 312 | 130 | 123 |
| Binary | 10101111 | 11011111 | 11111010 | 11110 | 1011 | 0 | 10 | 11001010 | 1011000 | 1010011 |
Color Harmonies of #AFDFFA
Complementary color
Monochromatic Colors of #AFDFFA
Black with #AFDFFA
Text Example
Text Example
White with #AFDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFFA; }
p { color: rgb(175,223,250); }
H1.HeaderClassName
{
color: #AFDFFA;
}
.AnyTagClassName
{
color: #AFDFFA;
}
</style>
background-color css
<style>
a { background-color: #AFDFFA; }
a { background-color: rgb(175,223,250); }
div.DivClassName
{
background-color: #AFDFFA;
}
.BgClassName
{
background-color: #AFDFFA;
}
</style>
border-color css
<style>
span { border-color: #AFDFFA; }
span { border-color: rgb(175,223,250); }
td.TdClassName
{
border-color: #AFDFFA;
}
.TagClassName
{
border-color: #AFDFFA;
}
</style>