Shades of Spray #83CECF
Tints of Spray #83CECF
RGB
CMYK
RGB Variations
Color information
#83CECF (or 0x83CECF) is known color: Spray. HEX triplet: 83, CE and CF. RGB value is (131,206,207). Sum of RGB (Red+Green+Blue) = 131+206+207=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #83CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CECF is #7C3130. Grayscale: #B7B7B7. Windows color (decimal): -8139057 or 13618819. OLE color: 13618819.
HSL color Cylindrical-coordinate representation of color #83CECF: hue angle of 180.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CECF is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 207 | - |
| CMYK | 0.37 | 0.00 | 0 | 0.19 |
| HSL | 180.79º | 0.44% | 0.66% | - |
| HSV(B) | 180.79º | 0.37% | 0.81% | - |
| XYZ | 42.69 | 53.47 | 67.1 | - |
| YUV | 183.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 207 | 0.37 | 0.00 | 0 | 0.19 | 180.79 | 0.44 | 0.66 |
| Hex | 83 | CE | CF | 25 | 0 | 0 | 13 | B5 | 2C | 42 |
| Octal | 203 | 316 | 317 | 45 | 0 | 0 | 23 | 265 | 54 | 102 |
| Binary | 10000011 | 11001110 | 11001111 | 100101 | 0 | 0 | 10011 | 10110101 | 101100 | 1000010 |
Color Harmonies of #83CECF
Complementary color
Monochromatic Colors of #83CECF
Black with #83CECF
Text Example
Text Example
White with #83CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CECF; }
p { color: rgb(131,206,207); }
H1.HeaderClassName
{
color: #83CECF;
}
.AnyTagClassName
{
color: #83CECF;
}
</style>
background-color css
<style>
a { background-color: #83CECF; }
a { background-color: rgb(131,206,207); }
div.DivClassName
{
background-color: #83CECF;
}
.BgClassName
{
background-color: #83CECF;
}
</style>
border-color css
<style>
span { border-color: #83CECF; }
span { border-color: rgb(131,206,207); }
td.TdClassName
{
border-color: #83CECF;
}
.TagClassName
{
border-color: #83CECF;
}
</style>