Shades of Maya Blue #68CCF7
Tints of Maya Blue #68CCF7
RGB
CMYK
RGB Variations
Color information
#68CCF7 (or 0x68CCF7) is known color: Maya Blue. HEX triplet: 68, CC and F7. RGB value is (104,204,247). Sum of RGB (Red+Green+Blue) = 104+204+247=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #68CCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCF7 is #973308. Grayscale: #B2B2B2. Windows color (decimal): -9909001 or 16239720. OLE color: 16239720.
HSL color Cylindrical-coordinate representation of color #68CCF7: hue angle of 198.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CCF7 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 204 | 247 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.03 |
| HSL | 198.04º | 0.9% | 0.69% | - |
| HSV(B) | 198.04º | 0.58% | 0.97% | - |
| XYZ | 44.09 | 52.84 | 95.87 | - |
| YUV | 179 | 166.37 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 247 | 0.58 | 0.17 | 0 | 0.03 | 198.04 | 0.9 | 0.69 |
| Hex | 68 | CC | F7 | 3A | 11 | 0 | 3 | C6 | 5A | 45 |
| Octal | 150 | 314 | 367 | 72 | 21 | 0 | 3 | 306 | 132 | 105 |
| Binary | 1101000 | 11001100 | 11110111 | 111010 | 10001 | 0 | 11 | 11000110 | 1011010 | 1000101 |
Color Harmonies of #68CCF7
Complementary color
Monochromatic Colors of #68CCF7
Black with #68CCF7
Text Example
Text Example
White with #68CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCF7; }
p { color: rgb(104,204,247); }
H1.HeaderClassName
{
color: #68CCF7;
}
.AnyTagClassName
{
color: #68CCF7;
}
</style>
background-color css
<style>
a { background-color: #68CCF7; }
a { background-color: rgb(104,204,247); }
div.DivClassName
{
background-color: #68CCF7;
}
.BgClassName
{
background-color: #68CCF7;
}
</style>
border-color css
<style>
span { border-color: #68CCF7; }
span { border-color: rgb(104,204,247); }
td.TdClassName
{
border-color: #68CCF7;
}
.TagClassName
{
border-color: #68CCF7;
}
</style>