Shades of Maya Blue #68C9EF
Tints of Maya Blue #68C9EF
RGB
CMYK
RGB Variations
Color information
#68C9EF (or 0x68C9EF) is known color: Maya Blue. HEX triplet: 68, C9 and EF. RGB value is (104,201,239). Sum of RGB (Red+Green+Blue) = 104+201+239=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C9EF is #973610. Grayscale: #B0B0B0. Windows color (decimal): -9909777 or 15714664. OLE color: 15714664.
HSL color Cylindrical-coordinate representation of color #68C9EF: hue angle of 196.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C9EF is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 201 | 239 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.06 |
| HSL | 196.89º | 0.81% | 0.67% | - |
| HSV(B) | 196.89º | 0.56% | 0.94% | - |
| XYZ | 42.18 | 50.95 | 89.27 | - |
| YUV | 176.33 | 163.36 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 239 | 0.56 | 0.16 | 0 | 0.06 | 196.89 | 0.81 | 0.67 |
| Hex | 68 | C9 | EF | 38 | 10 | 0 | 6 | C5 | 51 | 43 |
| Octal | 150 | 311 | 357 | 70 | 20 | 0 | 6 | 305 | 121 | 103 |
| Binary | 1101000 | 11001001 | 11101111 | 111000 | 10000 | 0 | 110 | 11000101 | 1010001 | 1000011 |
Color Harmonies of #68C9EF
Complementary color
Monochromatic Colors of #68C9EF
Black with #68C9EF
Text Example
Text Example
White with #68C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9EF; }
p { color: rgb(104,201,239); }
H1.HeaderClassName
{
color: #68C9EF;
}
.AnyTagClassName
{
color: #68C9EF;
}
</style>
background-color css
<style>
a { background-color: #68C9EF; }
a { background-color: rgb(104,201,239); }
div.DivClassName
{
background-color: #68C9EF;
}
.BgClassName
{
background-color: #68C9EF;
}
</style>
border-color css
<style>
span { border-color: #68C9EF; }
span { border-color: rgb(104,201,239); }
td.TdClassName
{
border-color: #68C9EF;
}
.TagClassName
{
border-color: #68C9EF;
}
</style>