Shades of Columbia Blue #AFDDF8
Tints of Columbia Blue #AFDDF8
RGB
CMYK
RGB Variations
Color information
#AFDDF8 (or 0xAFDDF8) is known color: Columbia Blue. HEX triplet: AF, DD and F8. RGB value is (175,221,248). Sum of RGB (Red+Green+Blue) = 175+221+248=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDDF8 is #502207. Grayscale: #D2D2D2. Windows color (decimal): -5251592 or 16309679. OLE color: 16309679.
HSL color Cylindrical-coordinate representation of color #AFDDF8: hue angle of 202.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFDDF8 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 221 | 248 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.03 |
| HSL | 202.19º | 0.84% | 0.83% | - |
| HSV(B) | 202.19º | 0.29% | 0.97% | - |
| XYZ | 60.48 | 67.6 | 98.67 | - |
| YUV | 210.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 248 | 0.29 | 0.11 | 0 | 0.03 | 202.19 | 0.84 | 0.83 |
| Hex | AF | DD | F8 | 1D | B | 0 | 3 | CA | 54 | 53 |
| Octal | 257 | 335 | 370 | 35 | 13 | 0 | 3 | 312 | 124 | 123 |
| Binary | 10101111 | 11011101 | 11111000 | 11101 | 1011 | 0 | 11 | 11001010 | 1010100 | 1010011 |
Color Harmonies of #AFDDF8
Complementary color
Monochromatic Colors of #AFDDF8
Black with #AFDDF8
Text Example
Text Example
White with #AFDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDF8; }
p { color: rgb(175,221,248); }
H1.HeaderClassName
{
color: #AFDDF8;
}
.AnyTagClassName
{
color: #AFDDF8;
}
</style>
background-color css
<style>
a { background-color: #AFDDF8; }
a { background-color: rgb(175,221,248); }
div.DivClassName
{
background-color: #AFDDF8;
}
.BgClassName
{
background-color: #AFDDF8;
}
</style>
border-color css
<style>
span { border-color: #AFDDF8; }
span { border-color: rgb(175,221,248); }
td.TdClassName
{
border-color: #AFDDF8;
}
.TagClassName
{
border-color: #AFDDF8;
}
</style>