Shades of Columbia Blue #AFDDFC
Tints of Columbia Blue #AFDDFC
RGB
CMYK
RGB Variations
Color information
#AFDDFC (or 0xAFDDFC) is known color: Columbia Blue. HEX triplet: AF, DD and FC. RGB value is (175,221,252). Sum of RGB (Red+Green+Blue) = 175+221+252=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFC is #502203. Grayscale: #D2D2D2. Windows color (decimal): -5251588 or 16571823. OLE color: 16571823.
HSL color Cylindrical-coordinate representation of color #AFDDFC: hue angle of 204.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFDDFC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 221 | 252 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.01 |
| HSL | 204.16º | 0.93% | 0.84% | - |
| HSV(B) | 204.16º | 0.31% | 0.99% | - |
| XYZ | 61.11 | 67.86 | 101.97 | - |
| YUV | 210.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 252 | 0.31 | 0.12 | 0 | 0.01 | 204.16 | 0.93 | 0.84 |
| Hex | AF | DD | FC | 1F | C | 0 | 1 | CC | 5D | 54 |
| Octal | 257 | 335 | 374 | 37 | 14 | 0 | 1 | 314 | 135 | 124 |
| Binary | 10101111 | 11011101 | 11111100 | 11111 | 1100 | 0 | 1 | 11001100 | 1011101 | 1010100 |
Color Harmonies of #AFDDFC
Complementary color
Monochromatic Colors of #AFDDFC
Black with #AFDDFC
Text Example
Text Example
White with #AFDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDFC; }
p { color: rgb(175,221,252); }
H1.HeaderClassName
{
color: #AFDDFC;
}
.AnyTagClassName
{
color: #AFDDFC;
}
</style>
background-color css
<style>
a { background-color: #AFDDFC; }
a { background-color: rgb(175,221,252); }
div.DivClassName
{
background-color: #AFDDFC;
}
.BgClassName
{
background-color: #AFDDFC;
}
</style>
border-color css
<style>
span { border-color: #AFDDFC; }
span { border-color: rgb(175,221,252); }
td.TdClassName
{
border-color: #AFDDFC;
}
.TagClassName
{
border-color: #AFDDFC;
}
</style>