Shades of Spray #83CADC
Tints of Spray #83CADC
RGB
CMYK
RGB Variations
Color information
#83CADC (or 0x83CADC) is known color: Spray. HEX triplet: 83, CA and DC. RGB value is (131,202,220). Sum of RGB (Red+Green+Blue) = 131+202+220=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #83CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CADC is #7C3523. Grayscale: #B6B6B6. Windows color (decimal): -8140068 or 14469763. OLE color: 14469763.
HSL color Cylindrical-coordinate representation of color #83CADC: hue angle of 192.13º 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 #83CADC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 202 | 220 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.14 |
| HSL | 192.13º | 0.56% | 0.69% | - |
| HSV(B) | 192.13º | 0.4% | 0.86% | - |
| XYZ | 43.4 | 52.23 | 75.5 | - |
| YUV | 182.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 220 | 0.40 | 0.08 | 0 | 0.14 | 192.13 | 0.56 | 0.69 |
| Hex | 83 | CA | DC | 28 | 8 | 0 | E | C0 | 38 | 45 |
| Octal | 203 | 312 | 334 | 50 | 10 | 0 | 16 | 300 | 70 | 105 |
| Binary | 10000011 | 11001010 | 11011100 | 101000 | 1000 | 0 | 1110 | 11000000 | 111000 | 1000101 |
Color Harmonies of #83CADC
Complementary color
Monochromatic Colors of #83CADC
Black with #83CADC
Text Example
Text Example
White with #83CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CADC; }
p { color: rgb(131,202,220); }
H1.HeaderClassName
{
color: #83CADC;
}
.AnyTagClassName
{
color: #83CADC;
}
</style>
background-color css
<style>
a { background-color: #83CADC; }
a { background-color: rgb(131,202,220); }
div.DivClassName
{
background-color: #83CADC;
}
.BgClassName
{
background-color: #83CADC;
}
</style>
border-color css
<style>
span { border-color: #83CADC; }
span { border-color: rgb(131,202,220); }
td.TdClassName
{
border-color: #83CADC;
}
.TagClassName
{
border-color: #83CADC;
}
</style>