Shades of Maya Blue #68C9FA
Tints of Maya Blue #68C9FA
RGB
CMYK
RGB Variations
Color information
#68C9FA (or 0x68C9FA) is known color: Maya Blue. HEX triplet: 68, C9 and FA. RGB value is (104,201,250). Sum of RGB (Red+Green+Blue) = 104+201+250=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #68C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C9FA is #973605. Grayscale: #B1B1B1. Windows color (decimal): -9909766 or 16435560. OLE color: 16435560.
HSL color Cylindrical-coordinate representation of color #68C9FA: hue angle of 200.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C9FA is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 201 | 250 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.02 |
| HSL | 200.14º | 0.94% | 0.69% | - |
| HSV(B) | 200.14º | 0.58% | 0.98% | - |
| XYZ | 43.85 | 51.62 | 98.09 | - |
| YUV | 177.58 | 168.86 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 250 | 0.58 | 0.20 | 0 | 0.02 | 200.14 | 0.94 | 0.69 |
| Hex | 68 | C9 | FA | 3A | 14 | 0 | 2 | C8 | 5E | 45 |
| Octal | 150 | 311 | 372 | 72 | 24 | 0 | 2 | 310 | 136 | 105 |
| Binary | 1101000 | 11001001 | 11111010 | 111010 | 10100 | 0 | 10 | 11001000 | 1011110 | 1000101 |
Color Harmonies of #68C9FA
Complementary color
Monochromatic Colors of #68C9FA
Black with #68C9FA
Text Example
Text Example
White with #68C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9FA; }
p { color: rgb(104,201,250); }
H1.HeaderClassName
{
color: #68C9FA;
}
.AnyTagClassName
{
color: #68C9FA;
}
</style>
background-color css
<style>
a { background-color: #68C9FA; }
a { background-color: rgb(104,201,250); }
div.DivClassName
{
background-color: #68C9FA;
}
.BgClassName
{
background-color: #68C9FA;
}
</style>
border-color css
<style>
span { border-color: #68C9FA; }
span { border-color: rgb(104,201,250); }
td.TdClassName
{
border-color: #68C9FA;
}
.TagClassName
{
border-color: #68C9FA;
}
</style>