Shades of Spray #8FCFDB
Tints of Spray #8FCFDB
RGB
CMYK
RGB Variations
Color information
#8FCFDB (or 0x8FCFDB) is known color: Spray. HEX triplet: 8F, CF and DB. RGB value is (143,207,219). Sum of RGB (Red+Green+Blue) = 143+207+219=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFDB is #703024. Grayscale: #BDBDBD. Windows color (decimal): -7352357 or 14405519. OLE color: 14405519.
HSL color Cylindrical-coordinate representation of color #8FCFDB: hue angle of 189.47º 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 #8FCFDB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 143 | 207 | 219 | - |
CMYK | 0.35 | 0.05 | 0 | 0.14 |
HSL | 189.47º | 0.51% | 0.71% | - |
HSV(B) | 189.47º | 0.35% | 0.86% | - |
XYZ | 46.43 | 55.58 | 75.3 | - |
YUV | 189.23 | 144.8 | 95.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 207 | 219 | 0.35 | 0.05 | 0 | 0.14 | 189.47 | 0.51 | 0.71 |
Hex | 8F | CF | DB | 23 | 5 | 0 | E | BD | 33 | 47 |
Octal | 217 | 317 | 333 | 43 | 5 | 0 | 16 | 275 | 63 | 107 |
Binary | 10001111 | 11001111 | 11011011 | 100011 | 101 | 0 | 1110 | 10111101 | 110011 | 1000111 |
Color Harmonies of #8FCFDB
Complementary color
Monochromatic Colors of #8FCFDB
Black with #8FCFDB
Text Example
Text Example
White with #8FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFDB; }
p { color: rgb(143,207,219); }
H1.HeaderClassName
{
color: #8FCFDB;
}
.AnyTagClassName
{
color: #8FCFDB;
}
</style>
background-color css
<style>
a { background-color: #8FCFDB; }
a { background-color: rgb(143,207,219); }
div.DivClassName
{
background-color: #8FCFDB;
}
.BgClassName
{
background-color: #8FCFDB;
}
</style>
border-color css
<style>
span { border-color: #8FCFDB; }
span { border-color: rgb(143,207,219); }
td.TdClassName
{
border-color: #8FCFDB;
}
.TagClassName
{
border-color: #8FCFDB;
}
</style>