Shades of Maya Blue #68C9FE
Tints of Maya Blue #68C9FE
RGB
CMYK
RGB Variations
Color information
#68C9FE (or 0x68C9FE) is known color: Maya Blue. HEX triplet: 68, C9 and FE. RGB value is (104,201,254). Sum of RGB (Red+Green+Blue) = 104+201+254=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #68C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C9FE is #973601. Grayscale: #B1B1B1. Windows color (decimal): -9909762 or 16697704. OLE color: 16697704.
HSL color Cylindrical-coordinate representation of color #68C9FE: hue angle of 201.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C9FE is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 201 | 254 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.00 |
| HSL | 201.2º | 0.99% | 0.7% | - |
| HSV(B) | 201.2º | 0.59% | 1% | - |
| XYZ | 44.48 | 51.87 | 101.43 | - |
| YUV | 178.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 254 | 0.59 | 0.21 | 0 | 0.00 | 201.2 | 0.99 | 0.7 |
| Hex | 68 | C9 | FE | 3B | 15 | 0 | 0 | C9 | 63 | 46 |
| Octal | 150 | 311 | 376 | 73 | 25 | 0 | 0 | 311 | 143 | 106 |
| Binary | 1101000 | 11001001 | 11111110 | 111011 | 10101 | 0 | 0 | 11001001 | 1100011 | 1000110 |
Color Harmonies of #68C9FE
Complementary color
Monochromatic Colors of #68C9FE
Black with #68C9FE
Text Example
Text Example
White with #68C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9FE; }
p { color: rgb(104,201,254); }
H1.HeaderClassName
{
color: #68C9FE;
}
.AnyTagClassName
{
color: #68C9FE;
}
</style>
background-color css
<style>
a { background-color: #68C9FE; }
a { background-color: rgb(104,201,254); }
div.DivClassName
{
background-color: #68C9FE;
}
.BgClassName
{
background-color: #68C9FE;
}
</style>
border-color css
<style>
span { border-color: #68C9FE; }
span { border-color: rgb(104,201,254); }
td.TdClassName
{
border-color: #68C9FE;
}
.TagClassName
{
border-color: #68C9FE;
}
</style>