Shades of Spray #82CFDB
Tints of Spray #82CFDB
RGB
CMYK
RGB Variations
Color information
#82CFDB (or 0x82CFDB) is known color: Spray. HEX triplet: 82, CF and DB. RGB value is (130,207,219). Sum of RGB (Red+Green+Blue) = 130+207+219=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #82CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFDB is #7D3024. Grayscale: #B9B9B9. Windows color (decimal): -8204325 or 14405506. OLE color: 14405506.
HSL color Cylindrical-coordinate representation of color #82CFDB: hue angle of 188.09º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82CFDB is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 207 | 219 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.14 |
| HSL | 188.09º | 0.55% | 0.68% | - |
| HSV(B) | 188.09º | 0.41% | 0.86% | - |
| XYZ | 44.3 | 54.49 | 75.2 | - |
| YUV | 185.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 219 | 0.41 | 0.05 | 0 | 0.14 | 188.09 | 0.55 | 0.68 |
| Hex | 82 | CF | DB | 29 | 5 | 0 | E | BC | 37 | 44 |
| Octal | 202 | 317 | 333 | 51 | 5 | 0 | 16 | 274 | 67 | 104 |
| Binary | 10000010 | 11001111 | 11011011 | 101001 | 101 | 0 | 1110 | 10111100 | 110111 | 1000100 |
Color Harmonies of #82CFDB
Complementary color
Monochromatic Colors of #82CFDB
Black with #82CFDB
Text Example
Text Example
White with #82CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFDB; }
p { color: rgb(130,207,219); }
H1.HeaderClassName
{
color: #82CFDB;
}
.AnyTagClassName
{
color: #82CFDB;
}
</style>
background-color css
<style>
a { background-color: #82CFDB; }
a { background-color: rgb(130,207,219); }
div.DivClassName
{
background-color: #82CFDB;
}
.BgClassName
{
background-color: #82CFDB;
}
</style>
border-color css
<style>
span { border-color: #82CFDB; }
span { border-color: rgb(130,207,219); }
td.TdClassName
{
border-color: #82CFDB;
}
.TagClassName
{
border-color: #82CFDB;
}
</style>