Shades of Spray #83CEDC
Tints of Spray #83CEDC
RGB
CMYK
RGB Variations
Color information
#83CEDC (or 0x83CEDC) is known color: Spray. HEX triplet: 83, CE and DC. RGB value is (131,206,220). Sum of RGB (Red+Green+Blue) = 131+206+220=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #83CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEDC is #7C3123. Grayscale: #B9B9B9. Windows color (decimal): -8139044 or 14470787. OLE color: 14470787.
HSL color Cylindrical-coordinate representation of color #83CEDC: hue angle of 189.44º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83CEDC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 206 | 220 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.14 |
| HSL | 189.44º | 0.56% | 0.69% | - |
| HSV(B) | 189.44º | 0.4% | 0.86% | - |
| XYZ | 44.35 | 54.14 | 75.82 | - |
| YUV | 185.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 220 | 0.40 | 0.06 | 0 | 0.14 | 189.44 | 0.56 | 0.69 |
| Hex | 83 | CE | DC | 28 | 6 | 0 | E | BD | 38 | 45 |
| Octal | 203 | 316 | 334 | 50 | 6 | 0 | 16 | 275 | 70 | 105 |
| Binary | 10000011 | 11001110 | 11011100 | 101000 | 110 | 0 | 1110 | 10111101 | 111000 | 1000101 |
Color Harmonies of #83CEDC
Complementary color
Monochromatic Colors of #83CEDC
Black with #83CEDC
Text Example
Text Example
White with #83CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEDC; }
p { color: rgb(131,206,220); }
H1.HeaderClassName
{
color: #83CEDC;
}
.AnyTagClassName
{
color: #83CEDC;
}
</style>
background-color css
<style>
a { background-color: #83CEDC; }
a { background-color: rgb(131,206,220); }
div.DivClassName
{
background-color: #83CEDC;
}
.BgClassName
{
background-color: #83CEDC;
}
</style>
border-color css
<style>
span { border-color: #83CEDC; }
span { border-color: rgb(131,206,220); }
td.TdClassName
{
border-color: #83CEDC;
}
.TagClassName
{
border-color: #83CEDC;
}
</style>