Shades of Columbia Blue #AFDDFD
Tints of Columbia Blue #AFDDFD
RGB
CMYK
RGB Variations
Color information
#AFDDFD (or 0xAFDDFD) is known color: Columbia Blue. HEX triplet: AF, DD and FD. RGB value is (175,221,253). Sum of RGB (Red+Green+Blue) = 175+221+253=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDFD is #502202. Grayscale: #D2D2D2. Windows color (decimal): -5251587 or 16637359. OLE color: 16637359.
HSL color Cylindrical-coordinate representation of color #AFDDFD: hue angle of 204.62º degrees, saturation: 0.95, 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 #AFDDFD is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 221 | 253 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.01 |
| HSL | 204.62º | 0.95% | 0.84% | - |
| HSV(B) | 204.62º | 0.31% | 0.99% | - |
| XYZ | 61.27 | 67.92 | 102.81 | - |
| YUV | 210.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 253 | 0.31 | 0.13 | 0 | 0.01 | 204.62 | 0.95 | 0.84 |
| Hex | AF | DD | FD | 1F | D | 0 | 1 | CD | 5F | 54 |
| Octal | 257 | 335 | 375 | 37 | 15 | 0 | 1 | 315 | 137 | 124 |
| Binary | 10101111 | 11011101 | 11111101 | 11111 | 1101 | 0 | 1 | 11001101 | 1011111 | 1010100 |
Color Harmonies of #AFDDFD
Complementary color
Monochromatic Colors of #AFDDFD
Black with #AFDDFD
Text Example
Text Example
White with #AFDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDFD; }
p { color: rgb(175,221,253); }
H1.HeaderClassName
{
color: #AFDDFD;
}
.AnyTagClassName
{
color: #AFDDFD;
}
</style>
background-color css
<style>
a { background-color: #AFDDFD; }
a { background-color: rgb(175,221,253); }
div.DivClassName
{
background-color: #AFDDFD;
}
.BgClassName
{
background-color: #AFDDFD;
}
</style>
border-color css
<style>
span { border-color: #AFDDFD; }
span { border-color: rgb(175,221,253); }
td.TdClassName
{
border-color: #AFDDFD;
}
.TagClassName
{
border-color: #AFDDFD;
}
</style>