Shades of Spray #8BCFDA
Tints of Spray #8BCFDA
RGB
CMYK
RGB Variations
Color information
#8BCFDA (or 0x8BCFDA) is known color: Spray. HEX triplet: 8B, CF and DA. RGB value is (139,207,218). Sum of RGB (Red+Green+Blue) = 139+207+218=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFDA is #743025. Grayscale: #BBBBBB. Windows color (decimal): -7614502 or 14339979. OLE color: 14339979.
HSL color Cylindrical-coordinate representation of color #8BCFDA: hue angle of 188.35º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BCFDA is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 207 | 218 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.15 |
| HSL | 188.35º | 0.52% | 0.7% | - |
| HSV(B) | 188.35º | 0.36% | 0.85% | - |
| XYZ | 45.62 | 55.18 | 74.58 | - |
| YUV | 187.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 218 | 0.36 | 0.05 | 0 | 0.15 | 188.35 | 0.52 | 0.7 |
| Hex | 8B | CF | DA | 24 | 5 | 0 | F | BC | 34 | 46 |
| Octal | 213 | 317 | 332 | 44 | 5 | 0 | 17 | 274 | 64 | 106 |
| Binary | 10001011 | 11001111 | 11011010 | 100100 | 101 | 0 | 1111 | 10111100 | 110100 | 1000110 |
Color Harmonies of #8BCFDA
Complementary color
Monochromatic Colors of #8BCFDA
Black with #8BCFDA
Text Example
Text Example
White with #8BCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFDA; }
p { color: rgb(139,207,218); }
H1.HeaderClassName
{
color: #8BCFDA;
}
.AnyTagClassName
{
color: #8BCFDA;
}
</style>
background-color css
<style>
a { background-color: #8BCFDA; }
a { background-color: rgb(139,207,218); }
div.DivClassName
{
background-color: #8BCFDA;
}
.BgClassName
{
background-color: #8BCFDA;
}
</style>
border-color css
<style>
span { border-color: #8BCFDA; }
span { border-color: rgb(139,207,218); }
td.TdClassName
{
border-color: #8BCFDA;
}
.TagClassName
{
border-color: #8BCFDA;
}
</style>