Shades of Spray #82CEE4
Tints of Spray #82CEE4
RGB
CMYK
RGB Variations
Color information
#82CEE4 (or 0x82CEE4) is known color: Spray. HEX triplet: 82, CE and E4. RGB value is (130,206,228). Sum of RGB (Red+Green+Blue) = 130+206+228=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #82CEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEE4 is #7D311B. Grayscale: #B9B9B9. Windows color (decimal): -8204572 or 14995074. OLE color: 14995074.
HSL color Cylindrical-coordinate representation of color #82CEE4: hue angle of 193.47º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CEE4 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 206 | 228 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.11 |
| HSL | 193.47º | 0.64% | 0.7% | - |
| HSV(B) | 193.47º | 0.43% | 0.89% | - |
| XYZ | 45.28 | 54.49 | 81.53 | - |
| YUV | 185.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 228 | 0.43 | 0.10 | 0 | 0.11 | 193.47 | 0.64 | 0.7 |
| Hex | 82 | CE | E4 | 2B | A | 0 | B | C1 | 40 | 46 |
| Octal | 202 | 316 | 344 | 53 | 12 | 0 | 13 | 301 | 100 | 106 |
| Binary | 10000010 | 11001110 | 11100100 | 101011 | 1010 | 0 | 1011 | 11000001 | 1000000 | 1000110 |
Color Harmonies of #82CEE4
Complementary color
Monochromatic Colors of #82CEE4
Black with #82CEE4
Text Example
Text Example
White with #82CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEE4; }
p { color: rgb(130,206,228); }
H1.HeaderClassName
{
color: #82CEE4;
}
.AnyTagClassName
{
color: #82CEE4;
}
</style>
background-color css
<style>
a { background-color: #82CEE4; }
a { background-color: rgb(130,206,228); }
div.DivClassName
{
background-color: #82CEE4;
}
.BgClassName
{
background-color: #82CEE4;
}
</style>
border-color css
<style>
span { border-color: #82CEE4; }
span { border-color: rgb(130,206,228); }
td.TdClassName
{
border-color: #82CEE4;
}
.TagClassName
{
border-color: #82CEE4;
}
</style>