Shades of Spray #83CFDB
Tints of Spray #83CFDB
RGB
CMYK
RGB Variations
Color information
#83CFDB (or 0x83CFDB) is known color: Spray. HEX triplet: 83, CF and DB. RGB value is (131,207,219). Sum of RGB (Red+Green+Blue) = 131+207+219=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFDB is #7C3024. Grayscale: #B9B9B9. Windows color (decimal): -8138789 or 14405507. OLE color: 14405507.
HSL color Cylindrical-coordinate representation of color #83CFDB: hue angle of 188.18º 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 #83CFDB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 207 | 219 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.14 |
| HSL | 188.18º | 0.55% | 0.69% | - |
| HSV(B) | 188.18º | 0.4% | 0.86% | - |
| XYZ | 44.46 | 54.57 | 75.21 | - |
| YUV | 185.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 219 | 0.40 | 0.05 | 0 | 0.14 | 188.18 | 0.55 | 0.69 |
| Hex | 83 | CF | DB | 28 | 5 | 0 | E | BC | 37 | 45 |
| Octal | 203 | 317 | 333 | 50 | 5 | 0 | 16 | 274 | 67 | 105 |
| Binary | 10000011 | 11001111 | 11011011 | 101000 | 101 | 0 | 1110 | 10111100 | 110111 | 1000101 |
Color Harmonies of #83CFDB
Complementary color
Monochromatic Colors of #83CFDB
Black with #83CFDB
Text Example
Text Example
White with #83CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFDB; }
p { color: rgb(131,207,219); }
H1.HeaderClassName
{
color: #83CFDB;
}
.AnyTagClassName
{
color: #83CFDB;
}
</style>
background-color css
<style>
a { background-color: #83CFDB; }
a { background-color: rgb(131,207,219); }
div.DivClassName
{
background-color: #83CFDB;
}
.BgClassName
{
background-color: #83CFDB;
}
</style>
border-color css
<style>
span { border-color: #83CFDB; }
span { border-color: rgb(131,207,219); }
td.TdClassName
{
border-color: #83CFDB;
}
.TagClassName
{
border-color: #83CFDB;
}
</style>