Shades of Maya Blue #68CEFF
Tints of Maya Blue #68CEFF
RGB
CMYK
RGB Variations
Color information
#68CEFF (or 0x68CEFF) is known color: Maya Blue. HEX triplet: 68, CE and FF. RGB value is (104,206,255). Sum of RGB (Red+Green+Blue) = 104+206+255=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #68CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEFF is #973100. Grayscale: #B4B4B4. Windows color (decimal): -9908481 or 16764520. OLE color: 16764520.
HSL color Cylindrical-coordinate representation of color #68CEFF: hue angle of 199.47º 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 #68CEFF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 206 | 255 | - |
| CMYK | 0.59 | 0.19 | 0 | 0 |
| HSL | 199.47º | 1% | 0.7% | - |
| HSV(B) | 199.47º | 0.59% | 1% | - |
| XYZ | 45.83 | 54.31 | 102.67 | - |
| YUV | 181.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 255 | 0.59 | 0.19 | 0 | 0 | 199.47 | 1 | 0.7 |
| Hex | 68 | CE | FF | 3B | 13 | 0 | 0 | C7 | 64 | 46 |
| Octal | 150 | 316 | 377 | 73 | 23 | 0 | 0 | 307 | 144 | 106 |
| Binary | 1101000 | 11001110 | 11111111 | 111011 | 10011 | 0 | 0 | 11000111 | 1100100 | 1000110 |
Color Harmonies of #68CEFF
Complementary color
Monochromatic Colors of #68CEFF
Black with #68CEFF
Text Example
Text Example
White with #68CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEFF; }
p { color: rgb(104,206,255); }
H1.HeaderClassName
{
color: #68CEFF;
}
.AnyTagClassName
{
color: #68CEFF;
}
</style>
background-color css
<style>
a { background-color: #68CEFF; }
a { background-color: rgb(104,206,255); }
div.DivClassName
{
background-color: #68CEFF;
}
.BgClassName
{
background-color: #68CEFF;
}
</style>
border-color css
<style>
span { border-color: #68CEFF; }
span { border-color: rgb(104,206,255); }
td.TdClassName
{
border-color: #68CEFF;
}
.TagClassName
{
border-color: #68CEFF;
}
</style>