Shades of Spray #83CCE3
Tints of Spray #83CCE3
RGB
CMYK
RGB Variations
Color information
#83CCE3 (or 0x83CCE3) is known color: Spray. HEX triplet: 83, CC and E3. RGB value is (131,204,227). Sum of RGB (Red+Green+Blue) = 131+204+227=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #83CCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCE3 is #7C331C. Grayscale: #B8B8B8. Windows color (decimal): -8139549 or 14929027. OLE color: 14929027.
HSL color Cylindrical-coordinate representation of color #83CCE3: hue angle of 194.38º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83CCE3 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 204 | 227 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.11 |
| HSL | 194.38º | 0.63% | 0.7% | - |
| HSV(B) | 194.38º | 0.42% | 0.89% | - |
| XYZ | 44.82 | 53.56 | 80.65 | - |
| YUV | 184.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 204 | 227 | 0.42 | 0.10 | 0 | 0.11 | 194.38 | 0.63 | 0.7 |
| Hex | 83 | CC | E3 | 2A | A | 0 | B | C2 | 3F | 46 |
| Octal | 203 | 314 | 343 | 52 | 12 | 0 | 13 | 302 | 77 | 106 |
| Binary | 10000011 | 11001100 | 11100011 | 101010 | 1010 | 0 | 1011 | 11000010 | 111111 | 1000110 |
Color Harmonies of #83CCE3
Complementary color
Monochromatic Colors of #83CCE3
Black with #83CCE3
Text Example
Text Example
White with #83CCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CCE3; }
p { color: rgb(131,204,227); }
H1.HeaderClassName
{
color: #83CCE3;
}
.AnyTagClassName
{
color: #83CCE3;
}
</style>
background-color css
<style>
a { background-color: #83CCE3; }
a { background-color: rgb(131,204,227); }
div.DivClassName
{
background-color: #83CCE3;
}
.BgClassName
{
background-color: #83CCE3;
}
</style>
border-color css
<style>
span { border-color: #83CCE3; }
span { border-color: rgb(131,204,227); }
td.TdClassName
{
border-color: #83CCE3;
}
.TagClassName
{
border-color: #83CCE3;
}
</style>