Shades of Spray #83CEDE
Tints of Spray #83CEDE
RGB
CMYK
RGB Variations
Color information
#83CEDE (or 0x83CEDE) is known color: Spray. HEX triplet: 83, CE and DE. RGB value is (131,206,222). Sum of RGB (Red+Green+Blue) = 131+206+222=559 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.43% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #83CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEDE is #7C3121. Grayscale: #B9B9B9. Windows color (decimal): -8139042 or 14601859. OLE color: 14601859.
HSL color Cylindrical-coordinate representation of color #83CEDE: hue angle of 190.55º 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 #83CEDE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 206 | 222 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.13 |
| HSL | 190.55º | 0.58% | 0.69% | - |
| HSV(B) | 190.55º | 0.41% | 0.87% | - |
| XYZ | 44.62 | 54.24 | 77.23 | - |
| YUV | 185.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 222 | 0.41 | 0.07 | 0 | 0.13 | 190.55 | 0.58 | 0.69 |
| Hex | 83 | CE | DE | 29 | 7 | 0 | D | BF | 3A | 45 |
| Octal | 203 | 316 | 336 | 51 | 7 | 0 | 15 | 277 | 72 | 105 |
| Binary | 10000011 | 11001110 | 11011110 | 101001 | 111 | 0 | 1101 | 10111111 | 111010 | 1000101 |
Color Harmonies of #83CEDE
Complementary color
Monochromatic Colors of #83CEDE
Black with #83CEDE
Text Example
Text Example
White with #83CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEDE; }
p { color: rgb(131,206,222); }
H1.HeaderClassName
{
color: #83CEDE;
}
.AnyTagClassName
{
color: #83CEDE;
}
</style>
background-color css
<style>
a { background-color: #83CEDE; }
a { background-color: rgb(131,206,222); }
div.DivClassName
{
background-color: #83CEDE;
}
.BgClassName
{
background-color: #83CEDE;
}
</style>
border-color css
<style>
span { border-color: #83CEDE; }
span { border-color: rgb(131,206,222); }
td.TdClassName
{
border-color: #83CEDE;
}
.TagClassName
{
border-color: #83CEDE;
}
</style>