Shades of Maya Blue #68C2EF
Tints of Maya Blue #68C2EF
RGB
CMYK
RGB Variations
Color information
#68C2EF (or 0x68C2EF) is known color: Maya Blue. HEX triplet: 68, C2 and EF. RGB value is (104,194,239). Sum of RGB (Red+Green+Blue) = 104+194+239=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2EF is #973D10. Grayscale: #ABABAB. Windows color (decimal): -9911569 or 15712872. OLE color: 15712872.
HSL color Cylindrical-coordinate representation of color #68C2EF: hue angle of 200º 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 #68C2EF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 194 | 239 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.06 |
| HSL | 200º | 0.81% | 0.67% | - |
| HSV(B) | 200º | 0.56% | 0.94% | - |
| XYZ | 40.58 | 47.76 | 88.74 | - |
| YUV | 172.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 239 | 0.56 | 0.19 | 0 | 0.06 | 200 | 0.81 | 0.67 |
| Hex | 68 | C2 | EF | 38 | 13 | 0 | 6 | C8 | 51 | 43 |
| Octal | 150 | 302 | 357 | 70 | 23 | 0 | 6 | 310 | 121 | 103 |
| Binary | 1101000 | 11000010 | 11101111 | 111000 | 10011 | 0 | 110 | 11001000 | 1010001 | 1000011 |
Color Harmonies of #68C2EF
Complementary color
Monochromatic Colors of #68C2EF
Black with #68C2EF
Text Example
Text Example
White with #68C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2EF; }
p { color: rgb(104,194,239); }
H1.HeaderClassName
{
color: #68C2EF;
}
.AnyTagClassName
{
color: #68C2EF;
}
</style>
background-color css
<style>
a { background-color: #68C2EF; }
a { background-color: rgb(104,194,239); }
div.DivClassName
{
background-color: #68C2EF;
}
.BgClassName
{
background-color: #68C2EF;
}
</style>
border-color css
<style>
span { border-color: #68C2EF; }
span { border-color: rgb(104,194,239); }
td.TdClassName
{
border-color: #68C2EF;
}
.TagClassName
{
border-color: #68C2EF;
}
</style>