Shades of Spray #83CCCF
Tints of Spray #83CCCF
RGB
CMYK
RGB Variations
Color information
#83CCCF (or 0x83CCCF) is known color: Spray. HEX triplet: 83, CC and CF. RGB value is (131,204,207). Sum of RGB (Red+Green+Blue) = 131+204+207=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #83CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCCF is #7C3330. Grayscale: #B6B6B6. Windows color (decimal): -8139569 or 13618307. OLE color: 13618307.
HSL color Cylindrical-coordinate representation of color #83CCCF: hue angle of 182.37º 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 #83CCCF is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 204 | 207 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.19 |
| HSL | 182.37º | 0.44% | 0.66% | - |
| HSV(B) | 182.37º | 0.37% | 0.81% | - |
| XYZ | 42.22 | 52.52 | 66.94 | - |
| YUV | 182.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 207 | 0.37 | 0.01 | 0 | 0.19 | 182.37 | 0.44 | 0.66 |
| Hex | 83 | CC | CF | 25 | 1 | 0 | 13 | B6 | 2C | 42 |
| Octal | 203 | 314 | 317 | 45 | 1 | 0 | 23 | 266 | 54 | 102 |
| Binary | 10000011 | 11001100 | 11001111 | 100101 | 1 | 0 | 10011 | 10110110 | 101100 | 1000010 |
Color Harmonies of #83CCCF
Complementary color
Monochromatic Colors of #83CCCF
Black with #83CCCF
Text Example
Text Example
White with #83CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCCF; }
p { color: rgb(131,204,207); }
H1.HeaderClassName
{
color: #83CCCF;
}
.AnyTagClassName
{
color: #83CCCF;
}
</style>
background-color css
<style>
a { background-color: #83CCCF; }
a { background-color: rgb(131,204,207); }
div.DivClassName
{
background-color: #83CCCF;
}
.BgClassName
{
background-color: #83CCCF;
}
</style>
border-color css
<style>
span { border-color: #83CCCF; }
span { border-color: rgb(131,204,207); }
td.TdClassName
{
border-color: #83CCCF;
}
.TagClassName
{
border-color: #83CCCF;
}
</style>