Shades of Spray #83CDCE
Tints of Spray #83CDCE
RGB
CMYK
RGB Variations
Color information
#83CDCE (or 0x83CDCE) is known color: Spray. HEX triplet: 83, CD and CE. RGB value is (131,205,206). Sum of RGB (Red+Green+Blue) = 131+205+206=542 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.17% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #83CDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDCE is #7C3231. Grayscale: #B6B6B6. Windows color (decimal): -8139314 or 13553027. OLE color: 13553027.
HSL color Cylindrical-coordinate representation of color #83CDCE: hue angle of 180.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDCE is Cyan = 0.36, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 205 | 206 | - |
| CMYK | 0.36 | 0.00 | 0 | 0.19 |
| HSL | 180.8º | 0.43% | 0.66% | - |
| HSV(B) | 180.8º | 0.36% | 0.81% | - |
| XYZ | 42.33 | 52.94 | 66.38 | - |
| YUV | 182.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 205 | 206 | 0.36 | 0.00 | 0 | 0.19 | 180.8 | 0.43 | 0.66 |
| Hex | 83 | CD | CE | 24 | 0 | 0 | 13 | B5 | 2B | 42 |
| Octal | 203 | 315 | 316 | 44 | 0 | 0 | 23 | 265 | 53 | 102 |
| Binary | 10000011 | 11001101 | 11001110 | 100100 | 0 | 0 | 10011 | 10110101 | 101011 | 1000010 |
Color Harmonies of #83CDCE
Complementary color
Monochromatic Colors of #83CDCE
Black with #83CDCE
Text Example
Text Example
White with #83CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CDCE; }
p { color: rgb(131,205,206); }
H1.HeaderClassName
{
color: #83CDCE;
}
.AnyTagClassName
{
color: #83CDCE;
}
</style>
background-color css
<style>
a { background-color: #83CDCE; }
a { background-color: rgb(131,205,206); }
div.DivClassName
{
background-color: #83CDCE;
}
.BgClassName
{
background-color: #83CDCE;
}
</style>
border-color css
<style>
span { border-color: #83CDCE; }
span { border-color: rgb(131,205,206); }
td.TdClassName
{
border-color: #83CDCE;
}
.TagClassName
{
border-color: #83CDCE;
}
</style>