Shades of Maya Blue #68CFFF
Tints of Maya Blue #68CFFF
RGB
CMYK
RGB Variations
Color information
#68CFFF (or 0x68CFFF) is known color: Maya Blue. HEX triplet: 68, CF and FF. RGB value is (104,207,255). Sum of RGB (Red+Green+Blue) = 104+207+255=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #68CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFFF is #973000. Grayscale: #B5B5B5. Windows color (decimal): -9908225 or 16764776. OLE color: 16764776.
HSL color Cylindrical-coordinate representation of color #68CFFF: hue angle of 199.07º 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 #68CFFF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 207 | 255 | - |
| CMYK | 0.59 | 0.19 | 0 | 0 |
| HSL | 199.07º | 1% | 0.7% | - |
| HSV(B) | 199.07º | 0.59% | 1% | - |
| XYZ | 46.07 | 54.79 | 102.75 | - |
| YUV | 181.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 255 | 0.59 | 0.19 | 0 | 0 | 199.07 | 1 | 0.7 |
| Hex | 68 | CF | FF | 3B | 13 | 0 | 0 | C7 | 64 | 46 |
| Octal | 150 | 317 | 377 | 73 | 23 | 0 | 0 | 307 | 144 | 106 |
| Binary | 1101000 | 11001111 | 11111111 | 111011 | 10011 | 0 | 0 | 11000111 | 1100100 | 1000110 |
Color Harmonies of #68CFFF
Complementary color
Monochromatic Colors of #68CFFF
Black with #68CFFF
Text Example
Text Example
White with #68CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFFF; }
p { color: rgb(104,207,255); }
H1.HeaderClassName
{
color: #68CFFF;
}
.AnyTagClassName
{
color: #68CFFF;
}
</style>
background-color css
<style>
a { background-color: #68CFFF; }
a { background-color: rgb(104,207,255); }
div.DivClassName
{
background-color: #68CFFF;
}
.BgClassName
{
background-color: #68CFFF;
}
</style>
border-color css
<style>
span { border-color: #68CFFF; }
span { border-color: rgb(104,207,255); }
td.TdClassName
{
border-color: #68CFFF;
}
.TagClassName
{
border-color: #68CFFF;
}
</style>