Shades of Spray #68C9D8
Tints of Spray #68C9D8
RGB
CMYK
RGB Variations
Color information
#68C9D8 (or 0x68C9D8) is known color: Spray. HEX triplet: 68, C9 and D8. RGB value is (104,201,216). Sum of RGB (Red+Green+Blue) = 104+201+216=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #68C9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9D8 is #973627. Grayscale: #ADADAD. Windows color (decimal): -9909800 or 14207336. OLE color: 14207336.
HSL color Cylindrical-coordinate representation of color #68C9D8: hue angle of 188.04º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68C9D8 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 201 | 216 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.15 |
| HSL | 188.04º | 0.59% | 0.63% | - |
| HSV(B) | 188.04º | 0.52% | 0.85% | - |
| XYZ | 38.99 | 49.67 | 72.5 | - |
| YUV | 173.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 216 | 0.52 | 0.07 | 0 | 0.15 | 188.04 | 0.59 | 0.63 |
| Hex | 68 | C9 | D8 | 34 | 7 | 0 | F | BC | 3B | 3F |
| Octal | 150 | 311 | 330 | 64 | 7 | 0 | 17 | 274 | 73 | 77 |
| Binary | 1101000 | 11001001 | 11011000 | 110100 | 111 | 0 | 1111 | 10111100 | 111011 | 111111 |
Color Harmonies of #68C9D8
Complementary color
Monochromatic Colors of #68C9D8
Black with #68C9D8
Text Example
Text Example
White with #68C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9D8; }
p { color: rgb(104,201,216); }
H1.HeaderClassName
{
color: #68C9D8;
}
.AnyTagClassName
{
color: #68C9D8;
}
</style>
background-color css
<style>
a { background-color: #68C9D8; }
a { background-color: rgb(104,201,216); }
div.DivClassName
{
background-color: #68C9D8;
}
.BgClassName
{
background-color: #68C9D8;
}
</style>
border-color css
<style>
span { border-color: #68C9D8; }
span { border-color: rgb(104,201,216); }
td.TdClassName
{
border-color: #68C9D8;
}
.TagClassName
{
border-color: #68C9D8;
}
</style>