Shades of Columbia Blue #8FD8FF
Tints of Columbia Blue #8FD8FF
RGB
CMYK
RGB Variations
Color information
#8FD8FF (or 0x8FD8FF) is known color: Columbia Blue. HEX triplet: 8F, D8 and FF. RGB value is (143,216,255). Sum of RGB (Red+Green+Blue) = 143+216+255=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FD8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD8FF is #702700. Grayscale: #C6C6C6. Windows color (decimal): -7350017 or 16767119. OLE color: 16767119.
HSL color Cylindrical-coordinate representation of color #8FD8FF: hue angle of 200.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD8FF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 216 | 255 | - |
| CMYK | 0.44 | 0.15 | 0 | 0 |
| HSL | 200.89º | 1% | 0.78% | - |
| HSV(B) | 200.89º | 0.44% | 1% | - |
| XYZ | 53.93 | 62.17 | 103.77 | - |
| YUV | 198.62 | 159.82 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 255 | 0.44 | 0.15 | 0 | 0 | 200.89 | 1 | 0.78 |
| Hex | 8F | D8 | FF | 2C | F | 0 | 0 | C9 | 64 | 4E |
| Octal | 217 | 330 | 377 | 54 | 17 | 0 | 0 | 311 | 144 | 116 |
| Binary | 10001111 | 11011000 | 11111111 | 101100 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001110 |
Color Harmonies of #8FD8FF
Complementary color
Monochromatic Colors of #8FD8FF
Black with #8FD8FF
Text Example
Text Example
White with #8FD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD8FF; }
p { color: rgb(143,216,255); }
H1.HeaderClassName
{
color: #8FD8FF;
}
.AnyTagClassName
{
color: #8FD8FF;
}
</style>
background-color css
<style>
a { background-color: #8FD8FF; }
a { background-color: rgb(143,216,255); }
div.DivClassName
{
background-color: #8FD8FF;
}
.BgClassName
{
background-color: #8FD8FF;
}
</style>
border-color css
<style>
span { border-color: #8FD8FF; }
span { border-color: rgb(143,216,255); }
td.TdClassName
{
border-color: #8FD8FF;
}
.TagClassName
{
border-color: #8FD8FF;
}
</style>