Shades of Spray #8CD3DF
Tints of Spray #8CD3DF
RGB
CMYK
RGB Variations
Color information
#8CD3DF (or 0x8CD3DF) is known color: Spray. HEX triplet: 8C, D3 and DF. RGB value is (140,211,223). Sum of RGB (Red+Green+Blue) = 140+211+223=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CD3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3DF is #732C20. Grayscale: #BFBFBF. Windows color (decimal): -7547937 or 14668684. OLE color: 14668684.
HSL color Cylindrical-coordinate representation of color #8CD3DF: hue angle of 188.67º degrees, saturation: 0.56, 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 #8CD3DF is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 211 | 223 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.13 |
| HSL | 188.67º | 0.56% | 0.71% | - |
| HSV(B) | 188.67º | 0.37% | 0.87% | - |
| XYZ | 47.43 | 57.49 | 78.41 | - |
| YUV | 191.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 223 | 0.37 | 0.05 | 0 | 0.13 | 188.67 | 0.56 | 0.71 |
| Hex | 8C | D3 | DF | 25 | 5 | 0 | D | BD | 38 | 47 |
| Octal | 214 | 323 | 337 | 45 | 5 | 0 | 15 | 275 | 70 | 107 |
| Binary | 10001100 | 11010011 | 11011111 | 100101 | 101 | 0 | 1101 | 10111101 | 111000 | 1000111 |
Color Harmonies of #8CD3DF
Complementary color
Monochromatic Colors of #8CD3DF
Black with #8CD3DF
Text Example
Text Example
White with #8CD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD3DF; }
p { color: rgb(140,211,223); }
H1.HeaderClassName
{
color: #8CD3DF;
}
.AnyTagClassName
{
color: #8CD3DF;
}
</style>
background-color css
<style>
a { background-color: #8CD3DF; }
a { background-color: rgb(140,211,223); }
div.DivClassName
{
background-color: #8CD3DF;
}
.BgClassName
{
background-color: #8CD3DF;
}
</style>
border-color css
<style>
span { border-color: #8CD3DF; }
span { border-color: rgb(140,211,223); }
td.TdClassName
{
border-color: #8CD3DF;
}
.TagClassName
{
border-color: #8CD3DF;
}
</style>