Shades of Maya Blue #68C7FF
Tints of Maya Blue #68C7FF
RGB
CMYK
RGB Variations
Color information
#68C7FF (or 0x68C7FF) is known color: Maya Blue. HEX triplet: 68, C7 and FF. RGB value is (104,199,255). Sum of RGB (Red+Green+Blue) = 104+199+255=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #68C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C7FF is #973800. Grayscale: #B0B0B0. Windows color (decimal): -9910273 or 16762728. OLE color: 16762728.
HSL color Cylindrical-coordinate representation of color #68C7FF: hue angle of 202.25º 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 #68C7FF is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 199 | 255 | - |
| CMYK | 0.59 | 0.22 | 0 | 0 |
| HSL | 202.25º | 1% | 0.7% | - |
| HSV(B) | 202.25º | 0.59% | 1% | - |
| XYZ | 44.18 | 51.01 | 102.13 | - |
| YUV | 176.98 | 172.03 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 255 | 0.59 | 0.22 | 0 | 0 | 202.25 | 1 | 0.7 |
| Hex | 68 | C7 | FF | 3B | 16 | 0 | 0 | CA | 64 | 46 |
| Octal | 150 | 307 | 377 | 73 | 26 | 0 | 0 | 312 | 144 | 106 |
| Binary | 1101000 | 11000111 | 11111111 | 111011 | 10110 | 0 | 0 | 11001010 | 1100100 | 1000110 |
Color Harmonies of #68C7FF
Complementary color
Monochromatic Colors of #68C7FF
Black with #68C7FF
Text Example
Text Example
White with #68C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C7FF; }
p { color: rgb(104,199,255); }
H1.HeaderClassName
{
color: #68C7FF;
}
.AnyTagClassName
{
color: #68C7FF;
}
</style>
background-color css
<style>
a { background-color: #68C7FF; }
a { background-color: rgb(104,199,255); }
div.DivClassName
{
background-color: #68C7FF;
}
.BgClassName
{
background-color: #68C7FF;
}
</style>
border-color css
<style>
span { border-color: #68C7FF; }
span { border-color: rgb(104,199,255); }
td.TdClassName
{
border-color: #68C7FF;
}
.TagClassName
{
border-color: #68C7FF;
}
</style>