Shades of Spray #82CFDA
Tints of Spray #82CFDA
RGB
CMYK
RGB Variations
Color information
#82CFDA (or 0x82CFDA) is known color: Spray. HEX triplet: 82, CF and DA. RGB value is (130,207,218). Sum of RGB (Red+Green+Blue) = 130+207+218=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #82CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFDA is #7D3025. Grayscale: #B9B9B9. Windows color (decimal): -8204326 or 14339970. OLE color: 14339970.
HSL color Cylindrical-coordinate representation of color #82CFDA: hue angle of 187.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82CFDA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 207 | 218 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.15 |
| HSL | 187.5º | 0.54% | 0.68% | - |
| HSV(B) | 187.5º | 0.4% | 0.85% | - |
| XYZ | 44.17 | 54.43 | 74.51 | - |
| YUV | 185.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 218 | 0.40 | 0.05 | 0 | 0.15 | 187.5 | 0.54 | 0.68 |
| Hex | 82 | CF | DA | 28 | 5 | 0 | F | BC | 36 | 44 |
| Octal | 202 | 317 | 332 | 50 | 5 | 0 | 17 | 274 | 66 | 104 |
| Binary | 10000010 | 11001111 | 11011010 | 101000 | 101 | 0 | 1111 | 10111100 | 110110 | 1000100 |
Color Harmonies of #82CFDA
Complementary color
Monochromatic Colors of #82CFDA
Black with #82CFDA
Text Example
Text Example
White with #82CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFDA; }
p { color: rgb(130,207,218); }
H1.HeaderClassName
{
color: #82CFDA;
}
.AnyTagClassName
{
color: #82CFDA;
}
</style>
background-color css
<style>
a { background-color: #82CFDA; }
a { background-color: rgb(130,207,218); }
div.DivClassName
{
background-color: #82CFDA;
}
.BgClassName
{
background-color: #82CFDA;
}
</style>
border-color css
<style>
span { border-color: #82CFDA; }
span { border-color: rgb(130,207,218); }
td.TdClassName
{
border-color: #82CFDA;
}
.TagClassName
{
border-color: #82CFDA;
}
</style>