Shades of Spray #83CADB
Tints of Spray #83CADB
RGB
CMYK
RGB Variations
Color information
#83CADB (or 0x83CADB) is known color: Spray. HEX triplet: 83, CA and DB. RGB value is (131,202,219). Sum of RGB (Red+Green+Blue) = 131+202+219=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CADB is #7C3524. Grayscale: #B6B6B6. Windows color (decimal): -8140069 or 14404227. OLE color: 14404227.
HSL color Cylindrical-coordinate representation of color #83CADB: hue angle of 191.59º 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 #83CADB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 202 | 219 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.14 |
| HSL | 191.59º | 0.55% | 0.69% | - |
| HSV(B) | 191.59º | 0.4% | 0.86% | - |
| XYZ | 43.27 | 52.18 | 74.81 | - |
| YUV | 182.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 219 | 0.40 | 0.08 | 0 | 0.14 | 191.59 | 0.55 | 0.69 |
| Hex | 83 | CA | DB | 28 | 8 | 0 | E | C0 | 37 | 45 |
| Octal | 203 | 312 | 333 | 50 | 10 | 0 | 16 | 300 | 67 | 105 |
| Binary | 10000011 | 11001010 | 11011011 | 101000 | 1000 | 0 | 1110 | 11000000 | 110111 | 1000101 |
Color Harmonies of #83CADB
Complementary color
Monochromatic Colors of #83CADB
Black with #83CADB
Text Example
Text Example
White with #83CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CADB; }
p { color: rgb(131,202,219); }
H1.HeaderClassName
{
color: #83CADB;
}
.AnyTagClassName
{
color: #83CADB;
}
</style>
background-color css
<style>
a { background-color: #83CADB; }
a { background-color: rgb(131,202,219); }
div.DivClassName
{
background-color: #83CADB;
}
.BgClassName
{
background-color: #83CADB;
}
</style>
border-color css
<style>
span { border-color: #83CADB; }
span { border-color: rgb(131,202,219); }
td.TdClassName
{
border-color: #83CADB;
}
.TagClassName
{
border-color: #83CADB;
}
</style>