Shades of Spray #82CBE0
Tints of Spray #82CBE0
RGB
CMYK
RGB Variations
Color information
#82CBE0 (or 0x82CBE0) is known color: Spray. HEX triplet: 82, CB and E0. RGB value is (130,203,224). Sum of RGB (Red+Green+Blue) = 130+203+224=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #82CBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBE0 is #7D341F. Grayscale: #B7B7B7. Windows color (decimal): -8205344 or 14732162. OLE color: 14732162.
HSL color Cylindrical-coordinate representation of color #82CBE0: hue angle of 193.4º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82CBE0 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 203 | 224 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.12 |
| HSL | 193.4º | 0.6% | 0.69% | - |
| HSV(B) | 193.4º | 0.42% | 0.88% | - |
| XYZ | 44.02 | 52.84 | 78.4 | - |
| YUV | 183.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 224 | 0.42 | 0.09 | 0 | 0.12 | 193.4 | 0.6 | 0.69 |
| Hex | 82 | CB | E0 | 2A | 9 | 0 | C | C1 | 3C | 45 |
| Octal | 202 | 313 | 340 | 52 | 11 | 0 | 14 | 301 | 74 | 105 |
| Binary | 10000010 | 11001011 | 11100000 | 101010 | 1001 | 0 | 1100 | 11000001 | 111100 | 1000101 |
Color Harmonies of #82CBE0
Complementary color
Monochromatic Colors of #82CBE0
Black with #82CBE0
Text Example
Text Example
White with #82CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CBE0; }
p { color: rgb(130,203,224); }
H1.HeaderClassName
{
color: #82CBE0;
}
.AnyTagClassName
{
color: #82CBE0;
}
</style>
background-color css
<style>
a { background-color: #82CBE0; }
a { background-color: rgb(130,203,224); }
div.DivClassName
{
background-color: #82CBE0;
}
.BgClassName
{
background-color: #82CBE0;
}
</style>
border-color css
<style>
span { border-color: #82CBE0; }
span { border-color: rgb(130,203,224); }
td.TdClassName
{
border-color: #82CBE0;
}
.TagClassName
{
border-color: #82CBE0;
}
</style>