Shades of Spray #68CAD3
Tints of Spray #68CAD3
RGB
CMYK
RGB Variations
Color information
#68CAD3 (or 0x68CAD3) is known color: Spray. HEX triplet: 68, CA and D3. RGB value is (104,202,211). Sum of RGB (Red+Green+Blue) = 104+202+211=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #68CAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAD3 is #97352C. Grayscale: #ADADAD. Windows color (decimal): -9909549 or 13879912. OLE color: 13879912.
HSL color Cylindrical-coordinate representation of color #68CAD3: hue angle of 185.05º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CAD3 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 202 | 211 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.17 |
| HSL | 185.05º | 0.55% | 0.62% | - |
| HSV(B) | 185.05º | 0.51% | 0.83% | - |
| XYZ | 38.59 | 49.89 | 69.22 | - |
| YUV | 173.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 211 | 0.51 | 0.04 | 0 | 0.17 | 185.05 | 0.55 | 0.62 |
| Hex | 68 | CA | D3 | 33 | 4 | 0 | 11 | B9 | 37 | 3E |
| Octal | 150 | 312 | 323 | 63 | 4 | 0 | 21 | 271 | 67 | 76 |
| Binary | 1101000 | 11001010 | 11010011 | 110011 | 100 | 0 | 10001 | 10111001 | 110111 | 111110 |
Color Harmonies of #68CAD3
Complementary color
Monochromatic Colors of #68CAD3
Black with #68CAD3
Text Example
Text Example
White with #68CAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAD3; }
p { color: rgb(104,202,211); }
H1.HeaderClassName
{
color: #68CAD3;
}
.AnyTagClassName
{
color: #68CAD3;
}
</style>
background-color css
<style>
a { background-color: #68CAD3; }
a { background-color: rgb(104,202,211); }
div.DivClassName
{
background-color: #68CAD3;
}
.BgClassName
{
background-color: #68CAD3;
}
</style>
border-color css
<style>
span { border-color: #68CAD3; }
span { border-color: rgb(104,202,211); }
td.TdClassName
{
border-color: #68CAD3;
}
.TagClassName
{
border-color: #68CAD3;
}
</style>