Shades of Maya Blue #68C0FF
Tints of Maya Blue #68C0FF
RGB
CMYK
RGB Variations
Color information
#68C0FF (or 0x68C0FF) is known color: Maya Blue. HEX triplet: 68, C0 and FF. RGB value is (104,192,255). Sum of RGB (Red+Green+Blue) = 104+192+255=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #68C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C0FF is #973F00. Grayscale: #ACACAC. Windows color (decimal): -9912065 or 16760936. OLE color: 16760936.
HSL color Cylindrical-coordinate representation of color #68C0FF: hue angle of 205.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C0FF is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 192 | 255 | - |
| CMYK | 0.59 | 0.25 | 0 | 0 |
| HSL | 205.03º | 1% | 0.7% | - |
| HSV(B) | 205.03º | 0.59% | 1% | - |
| XYZ | 42.61 | 47.86 | 101.6 | - |
| YUV | 172.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 255 | 0.59 | 0.25 | 0 | 0 | 205.03 | 1 | 0.7 |
| Hex | 68 | C0 | FF | 3B | 19 | 0 | 0 | CD | 64 | 46 |
| Octal | 150 | 300 | 377 | 73 | 31 | 0 | 0 | 315 | 144 | 106 |
| Binary | 1101000 | 11000000 | 11111111 | 111011 | 11001 | 0 | 0 | 11001101 | 1100100 | 1000110 |
Color Harmonies of #68C0FF
Complementary color
Monochromatic Colors of #68C0FF
Black with #68C0FF
Text Example
Text Example
White with #68C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0FF; }
p { color: rgb(104,192,255); }
H1.HeaderClassName
{
color: #68C0FF;
}
.AnyTagClassName
{
color: #68C0FF;
}
</style>
background-color css
<style>
a { background-color: #68C0FF; }
a { background-color: rgb(104,192,255); }
div.DivClassName
{
background-color: #68C0FF;
}
.BgClassName
{
background-color: #68C0FF;
}
</style>
border-color css
<style>
span { border-color: #68C0FF; }
span { border-color: rgb(104,192,255); }
td.TdClassName
{
border-color: #68C0FF;
}
.TagClassName
{
border-color: #68C0FF;
}
</style>