Shades of Spray #83D0DF
Tints of Spray #83D0DF
RGB
CMYK
RGB Variations
Color information
#83D0DF (or 0x83D0DF) is known color: Spray. HEX triplet: 83, D0 and DF. RGB value is (131,208,223). Sum of RGB (Red+Green+Blue) = 131+208+223=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #83D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0DF is #7C2F20. Grayscale: #BABABA. Windows color (decimal): -8138529 or 14667907. OLE color: 14667907.
HSL color Cylindrical-coordinate representation of color #83D0DF: hue angle of 189.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83D0DF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 208 | 223 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.13 |
| HSL | 189.78º | 0.59% | 0.69% | - |
| HSV(B) | 189.78º | 0.41% | 0.87% | - |
| XYZ | 45.24 | 55.26 | 78.1 | - |
| YUV | 186.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 223 | 0.41 | 0.07 | 0 | 0.13 | 189.78 | 0.59 | 0.69 |
| Hex | 83 | D0 | DF | 29 | 7 | 0 | D | BE | 3B | 45 |
| Octal | 203 | 320 | 337 | 51 | 7 | 0 | 15 | 276 | 73 | 105 |
| Binary | 10000011 | 11010000 | 11011111 | 101001 | 111 | 0 | 1101 | 10111110 | 111011 | 1000101 |
Color Harmonies of #83D0DF
Complementary color
Monochromatic Colors of #83D0DF
Black with #83D0DF
Text Example
Text Example
White with #83D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0DF; }
p { color: rgb(131,208,223); }
H1.HeaderClassName
{
color: #83D0DF;
}
.AnyTagClassName
{
color: #83D0DF;
}
</style>
background-color css
<style>
a { background-color: #83D0DF; }
a { background-color: rgb(131,208,223); }
div.DivClassName
{
background-color: #83D0DF;
}
.BgClassName
{
background-color: #83D0DF;
}
</style>
border-color css
<style>
span { border-color: #83D0DF; }
span { border-color: rgb(131,208,223); }
td.TdClassName
{
border-color: #83D0DF;
}
.TagClassName
{
border-color: #83D0DF;
}
</style>