Shades of Spray #83CEDF
Tints of Spray #83CEDF
RGB
CMYK
RGB Variations
Color information
#83CEDF (or 0x83CEDF) is known color: Spray. HEX triplet: 83, CE and DF. RGB value is (131,206,223). Sum of RGB (Red+Green+Blue) = 131+206+223=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #83CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEDF is #7C3120. Grayscale: #B9B9B9. Windows color (decimal): -8139041 or 14667395. OLE color: 14667395.
HSL color Cylindrical-coordinate representation of color #83CEDF: hue angle of 191.09º 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 #83CEDF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 206 | 223 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.13 |
| HSL | 191.09º | 0.59% | 0.69% | - |
| HSV(B) | 191.09º | 0.41% | 0.87% | - |
| XYZ | 44.75 | 54.3 | 77.93 | - |
| YUV | 185.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 223 | 0.41 | 0.08 | 0 | 0.13 | 191.09 | 0.59 | 0.69 |
| Hex | 83 | CE | DF | 29 | 8 | 0 | D | BF | 3B | 45 |
| Octal | 203 | 316 | 337 | 51 | 10 | 0 | 15 | 277 | 73 | 105 |
| Binary | 10000011 | 11001110 | 11011111 | 101001 | 1000 | 0 | 1101 | 10111111 | 111011 | 1000101 |
Color Harmonies of #83CEDF
Complementary color
Monochromatic Colors of #83CEDF
Black with #83CEDF
Text Example
Text Example
White with #83CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEDF; }
p { color: rgb(131,206,223); }
H1.HeaderClassName
{
color: #83CEDF;
}
.AnyTagClassName
{
color: #83CEDF;
}
</style>
background-color css
<style>
a { background-color: #83CEDF; }
a { background-color: rgb(131,206,223); }
div.DivClassName
{
background-color: #83CEDF;
}
.BgClassName
{
background-color: #83CEDF;
}
</style>
border-color css
<style>
span { border-color: #83CEDF; }
span { border-color: rgb(131,206,223); }
td.TdClassName
{
border-color: #83CEDF;
}
.TagClassName
{
border-color: #83CEDF;
}
</style>