Shades of Spray #83CEDB
Tints of Spray #83CEDB
RGB
CMYK
RGB Variations
Color information
#83CEDB (or 0x83CEDB) is known color: Spray. HEX triplet: 83, CE and DB. RGB value is (131,206,219). Sum of RGB (Red+Green+Blue) = 131+206+219=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEDB is #7C3124. Grayscale: #B8B8B8. Windows color (decimal): -8139045 or 14405251. OLE color: 14405251.
HSL color Cylindrical-coordinate representation of color #83CEDB: hue angle of 188.86º degrees, saturation: 0.55, 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 #83CEDB is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 206 | 219 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.14 |
| HSL | 188.86º | 0.55% | 0.69% | - |
| HSV(B) | 188.86º | 0.4% | 0.86% | - |
| XYZ | 44.22 | 54.08 | 75.13 | - |
| YUV | 185.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 219 | 0.40 | 0.06 | 0 | 0.14 | 188.86 | 0.55 | 0.69 |
| Hex | 83 | CE | DB | 28 | 6 | 0 | E | BD | 37 | 45 |
| Octal | 203 | 316 | 333 | 50 | 6 | 0 | 16 | 275 | 67 | 105 |
| Binary | 10000011 | 11001110 | 11011011 | 101000 | 110 | 0 | 1110 | 10111101 | 110111 | 1000101 |
Color Harmonies of #83CEDB
Complementary color
Monochromatic Colors of #83CEDB
Black with #83CEDB
Text Example
Text Example
White with #83CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEDB; }
p { color: rgb(131,206,219); }
H1.HeaderClassName
{
color: #83CEDB;
}
.AnyTagClassName
{
color: #83CEDB;
}
</style>
background-color css
<style>
a { background-color: #83CEDB; }
a { background-color: rgb(131,206,219); }
div.DivClassName
{
background-color: #83CEDB;
}
.BgClassName
{
background-color: #83CEDB;
}
</style>
border-color css
<style>
span { border-color: #83CEDB; }
span { border-color: rgb(131,206,219); }
td.TdClassName
{
border-color: #83CEDB;
}
.TagClassName
{
border-color: #83CEDB;
}
</style>