Shades of Columbia Blue #AFDFF9
Tints of Columbia Blue #AFDFF9
RGB
CMYK
RGB Variations
Color information
#AFDFF9 (or 0xAFDFF9) is known color: Columbia Blue. HEX triplet: AF, DF and F9. RGB value is (175,223,249). Sum of RGB (Red+Green+Blue) = 175+223+249=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFF9 is #502006. Grayscale: #D3D3D3. Windows color (decimal): -5251079 or 16375727. OLE color: 16375727.
HSL color Cylindrical-coordinate representation of color #AFDFF9: hue angle of 201.08º degrees, saturation: 0.86, 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 #AFDFF9 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 223 | 249 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.02 |
| HSL | 201.08º | 0.86% | 0.83% | - |
| HSV(B) | 201.08º | 0.3% | 0.98% | - |
| XYZ | 61.17 | 68.73 | 99.66 | - |
| YUV | 211.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 249 | 0.30 | 0.10 | 0 | 0.02 | 201.08 | 0.86 | 0.83 |
| Hex | AF | DF | F9 | 1E | A | 0 | 2 | C9 | 56 | 53 |
| Octal | 257 | 337 | 371 | 36 | 12 | 0 | 2 | 311 | 126 | 123 |
| Binary | 10101111 | 11011111 | 11111001 | 11110 | 1010 | 0 | 10 | 11001001 | 1010110 | 1010011 |
Color Harmonies of #AFDFF9
Complementary color
Monochromatic Colors of #AFDFF9
Black with #AFDFF9
Text Example
Text Example
White with #AFDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFF9; }
p { color: rgb(175,223,249); }
H1.HeaderClassName
{
color: #AFDFF9;
}
.AnyTagClassName
{
color: #AFDFF9;
}
</style>
background-color css
<style>
a { background-color: #AFDFF9; }
a { background-color: rgb(175,223,249); }
div.DivClassName
{
background-color: #AFDFF9;
}
.BgClassName
{
background-color: #AFDFF9;
}
</style>
border-color css
<style>
span { border-color: #AFDFF9; }
span { border-color: rgb(175,223,249); }
td.TdClassName
{
border-color: #AFDFF9;
}
.TagClassName
{
border-color: #AFDFF9;
}
</style>