Shades of Spray #8FD2DB
Tints of Spray #8FD2DB
RGB
CMYK
RGB Variations
Color information
#8FD2DB (or 0x8FD2DB) is known color: Spray. HEX triplet: 8F, D2 and DB. RGB value is (143,210,219). Sum of RGB (Red+Green+Blue) = 143+210+219=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD2DB is #702D24. Grayscale: #BEBEBE. Windows color (decimal): -7351589 or 14406287. OLE color: 14406287.
HSL color Cylindrical-coordinate representation of color #8FD2DB: hue angle of 187.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FD2DB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 210 | 219 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.14 |
| HSL | 187.11º | 0.51% | 0.71% | - |
| HSV(B) | 187.11º | 0.35% | 0.86% | - |
| XYZ | 47.16 | 57.05 | 75.54 | - |
| YUV | 190.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 219 | 0.35 | 0.04 | 0 | 0.14 | 187.11 | 0.51 | 0.71 |
| Hex | 8F | D2 | DB | 23 | 4 | 0 | E | BB | 33 | 47 |
| Octal | 217 | 322 | 333 | 43 | 4 | 0 | 16 | 273 | 63 | 107 |
| Binary | 10001111 | 11010010 | 11011011 | 100011 | 100 | 0 | 1110 | 10111011 | 110011 | 1000111 |
Color Harmonies of #8FD2DB
Complementary color
Monochromatic Colors of #8FD2DB
Black with #8FD2DB
Text Example
Text Example
White with #8FD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2DB; }
p { color: rgb(143,210,219); }
H1.HeaderClassName
{
color: #8FD2DB;
}
.AnyTagClassName
{
color: #8FD2DB;
}
</style>
background-color css
<style>
a { background-color: #8FD2DB; }
a { background-color: rgb(143,210,219); }
div.DivClassName
{
background-color: #8FD2DB;
}
.BgClassName
{
background-color: #8FD2DB;
}
</style>
border-color css
<style>
span { border-color: #8FD2DB; }
span { border-color: rgb(143,210,219); }
td.TdClassName
{
border-color: #8FD2DB;
}
.TagClassName
{
border-color: #8FD2DB;
}
</style>