Shades of Spray #8CCFDD
Tints of Spray #8CCFDD
RGB
CMYK
RGB Variations
Color information
#8CCFDD (or 0x8CCFDD) is known color: Spray. HEX triplet: 8C, CF and DD. RGB value is (140,207,221). Sum of RGB (Red+Green+Blue) = 140+207+221=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFDD is #733022. Grayscale: #BCBCBC. Windows color (decimal): -7548963 or 14536588. OLE color: 14536588.
HSL color Cylindrical-coordinate representation of color #8CCFDD: hue angle of 190.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCFDD is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 207 | 221 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.13 |
| HSL | 190.37º | 0.54% | 0.71% | - |
| HSV(B) | 190.37º | 0.37% | 0.87% | - |
| XYZ | 46.18 | 55.42 | 76.67 | - |
| YUV | 188.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 221 | 0.37 | 0.06 | 0 | 0.13 | 190.37 | 0.54 | 0.71 |
| Hex | 8C | CF | DD | 25 | 6 | 0 | D | BE | 36 | 47 |
| Octal | 214 | 317 | 335 | 45 | 6 | 0 | 15 | 276 | 66 | 107 |
| Binary | 10001100 | 11001111 | 11011101 | 100101 | 110 | 0 | 1101 | 10111110 | 110110 | 1000111 |
Color Harmonies of #8CCFDD
Complementary color
Monochromatic Colors of #8CCFDD
Black with #8CCFDD
Text Example
Text Example
White with #8CCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFDD; }
p { color: rgb(140,207,221); }
H1.HeaderClassName
{
color: #8CCFDD;
}
.AnyTagClassName
{
color: #8CCFDD;
}
</style>
background-color css
<style>
a { background-color: #8CCFDD; }
a { background-color: rgb(140,207,221); }
div.DivClassName
{
background-color: #8CCFDD;
}
.BgClassName
{
background-color: #8CCFDD;
}
</style>
border-color css
<style>
span { border-color: #8CCFDD; }
span { border-color: rgb(140,207,221); }
td.TdClassName
{
border-color: #8CCFDD;
}
.TagClassName
{
border-color: #8CCFDD;
}
</style>