Shades of Columbia Blue #AFDEF9
Tints of Columbia Blue #AFDEF9
RGB
CMYK
RGB Variations
Color information
#AFDEF9 (or 0xAFDEF9) is known color: Columbia Blue. HEX triplet: AF, DE and F9. RGB value is (175,222,249). Sum of RGB (Red+Green+Blue) = 175+222+249=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFDEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDEF9 is #502106. Grayscale: #D2D2D2. Windows color (decimal): -5251335 or 16375471. OLE color: 16375471.
HSL color Cylindrical-coordinate representation of color #AFDEF9: hue angle of 201.89º 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 #AFDEF9 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 222 | 249 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.02 |
| HSL | 201.89º | 0.86% | 0.83% | - |
| HSV(B) | 201.89º | 0.3% | 0.98% | - |
| XYZ | 60.9 | 68.2 | 99.58 | - |
| YUV | 211.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 249 | 0.30 | 0.11 | 0 | 0.02 | 201.89 | 0.86 | 0.83 |
| Hex | AF | DE | F9 | 1E | B | 0 | 2 | CA | 56 | 53 |
| Octal | 257 | 336 | 371 | 36 | 13 | 0 | 2 | 312 | 126 | 123 |
| Binary | 10101111 | 11011110 | 11111001 | 11110 | 1011 | 0 | 10 | 11001010 | 1010110 | 1010011 |
Color Harmonies of #AFDEF9
Complementary color
Monochromatic Colors of #AFDEF9
Black with #AFDEF9
Text Example
Text Example
White with #AFDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEF9; }
p { color: rgb(175,222,249); }
H1.HeaderClassName
{
color: #AFDEF9;
}
.AnyTagClassName
{
color: #AFDEF9;
}
</style>
background-color css
<style>
a { background-color: #AFDEF9; }
a { background-color: rgb(175,222,249); }
div.DivClassName
{
background-color: #AFDEF9;
}
.BgClassName
{
background-color: #AFDEF9;
}
</style>
border-color css
<style>
span { border-color: #AFDEF9; }
span { border-color: rgb(175,222,249); }
td.TdClassName
{
border-color: #AFDEF9;
}
.TagClassName
{
border-color: #AFDEF9;
}
</style>