Shades of Spray #68CAD4
Tints of Spray #68CAD4
RGB
CMYK
RGB Variations
Color information
#68CAD4 (or 0x68CAD4) is known color: Spray. HEX triplet: 68, CA and D4. RGB value is (104,202,212). Sum of RGB (Red+Green+Blue) = 104+202+212=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #68CAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CAD4 is #97352B. Grayscale: #ADADAD. Windows color (decimal): -9909548 or 13945448. OLE color: 13945448.
HSL color Cylindrical-coordinate representation of color #68CAD4: hue angle of 185.56º degrees, saturation: 0.56, 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 #68CAD4 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 202 | 212 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.17 |
| HSL | 185.56º | 0.56% | 0.62% | - |
| HSV(B) | 185.56º | 0.51% | 0.83% | - |
| XYZ | 38.71 | 49.94 | 69.89 | - |
| YUV | 173.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 212 | 0.51 | 0.05 | 0 | 0.17 | 185.56 | 0.56 | 0.62 |
| Hex | 68 | CA | D4 | 33 | 5 | 0 | 11 | BA | 38 | 3E |
| Octal | 150 | 312 | 324 | 63 | 5 | 0 | 21 | 272 | 70 | 76 |
| Binary | 1101000 | 11001010 | 11010100 | 110011 | 101 | 0 | 10001 | 10111010 | 111000 | 111110 |
Color Harmonies of #68CAD4
Complementary color
Monochromatic Colors of #68CAD4
Black with #68CAD4
Text Example
Text Example
White with #68CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CAD4; }
p { color: rgb(104,202,212); }
H1.HeaderClassName
{
color: #68CAD4;
}
.AnyTagClassName
{
color: #68CAD4;
}
</style>
background-color css
<style>
a { background-color: #68CAD4; }
a { background-color: rgb(104,202,212); }
div.DivClassName
{
background-color: #68CAD4;
}
.BgClassName
{
background-color: #68CAD4;
}
</style>
border-color css
<style>
span { border-color: #68CAD4; }
span { border-color: rgb(104,202,212); }
td.TdClassName
{
border-color: #68CAD4;
}
.TagClassName
{
border-color: #68CAD4;
}
</style>