Shades of Maya Blue #68CFFC
Tints of Maya Blue #68CFFC
RGB
CMYK
RGB Variations
Color information
#68CFFC (or 0x68CFFC) is known color: Maya Blue. HEX triplet: 68, CF and FC. RGB value is (104,207,252). Sum of RGB (Red+Green+Blue) = 104+207+252=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #68CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFFC is #973003. Grayscale: #B5B5B5. Windows color (decimal): -9908228 or 16568168. OLE color: 16568168.
HSL color Cylindrical-coordinate representation of color #68CFFC: hue angle of 198.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CFFC is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 207 | 252 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.01 |
| HSL | 198.24º | 0.96% | 0.7% | - |
| HSV(B) | 198.24º | 0.59% | 0.99% | - |
| XYZ | 45.59 | 54.6 | 100.23 | - |
| YUV | 181.33 | 167.88 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 252 | 0.59 | 0.18 | 0 | 0.01 | 198.24 | 0.96 | 0.7 |
| Hex | 68 | CF | FC | 3B | 12 | 0 | 1 | C6 | 60 | 46 |
| Octal | 150 | 317 | 374 | 73 | 22 | 0 | 1 | 306 | 140 | 106 |
| Binary | 1101000 | 11001111 | 11111100 | 111011 | 10010 | 0 | 1 | 11000110 | 1100000 | 1000110 |
Color Harmonies of #68CFFC
Complementary color
Monochromatic Colors of #68CFFC
Black with #68CFFC
Text Example
Text Example
White with #68CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFFC; }
p { color: rgb(104,207,252); }
H1.HeaderClassName
{
color: #68CFFC;
}
.AnyTagClassName
{
color: #68CFFC;
}
</style>
background-color css
<style>
a { background-color: #68CFFC; }
a { background-color: rgb(104,207,252); }
div.DivClassName
{
background-color: #68CFFC;
}
.BgClassName
{
background-color: #68CFFC;
}
</style>
border-color css
<style>
span { border-color: #68CFFC; }
span { border-color: rgb(104,207,252); }
td.TdClassName
{
border-color: #68CFFC;
}
.TagClassName
{
border-color: #68CFFC;
}
</style>