Shades of Spray #83C4DE
Tints of Spray #83C4DE
RGB
CMYK
RGB Variations
Color information
#83C4DE (or 0x83C4DE) is known color: Spray. HEX triplet: 83, C4 and DE. RGB value is (131,196,222). Sum of RGB (Red+Green+Blue) = 131+196+222=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #83C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C4DE is #7C3B21. Grayscale: #B3B3B3. Windows color (decimal): -8141602 or 14599299. OLE color: 14599299.
HSL color Cylindrical-coordinate representation of color #83C4DE: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83C4DE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 196 | 222 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.13 |
| HSL | 197.14º | 0.58% | 0.69% | - |
| HSV(B) | 197.14º | 0.41% | 0.87% | - |
| XYZ | 42.28 | 49.58 | 76.45 | - |
| YUV | 179.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 222 | 0.41 | 0.12 | 0 | 0.13 | 197.14 | 0.58 | 0.69 |
| Hex | 83 | C4 | DE | 29 | C | 0 | D | C5 | 3A | 45 |
| Octal | 203 | 304 | 336 | 51 | 14 | 0 | 15 | 305 | 72 | 105 |
| Binary | 10000011 | 11000100 | 11011110 | 101001 | 1100 | 0 | 1101 | 11000101 | 111010 | 1000101 |
Color Harmonies of #83C4DE
Complementary color
Monochromatic Colors of #83C4DE
Black with #83C4DE
Text Example
Text Example
White with #83C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C4DE; }
p { color: rgb(131,196,222); }
H1.HeaderClassName
{
color: #83C4DE;
}
.AnyTagClassName
{
color: #83C4DE;
}
</style>
background-color css
<style>
a { background-color: #83C4DE; }
a { background-color: rgb(131,196,222); }
div.DivClassName
{
background-color: #83C4DE;
}
.BgClassName
{
background-color: #83C4DE;
}
</style>
border-color css
<style>
span { border-color: #83C4DE; }
span { border-color: rgb(131,196,222); }
td.TdClassName
{
border-color: #83C4DE;
}
.TagClassName
{
border-color: #83C4DE;
}
</style>