Shades of Maya Blue #68C1FA
Tints of Maya Blue #68C1FA
RGB
CMYK
RGB Variations
Color information
#68C1FA (or 0x68C1FA) is known color: Maya Blue. HEX triplet: 68, C1 and FA. RGB value is (104,193,250). Sum of RGB (Red+Green+Blue) = 104+193+250=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #68C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1FA is #973E05. Grayscale: #ACACAC. Windows color (decimal): -9911814 or 16433512. OLE color: 16433512.
HSL color Cylindrical-coordinate representation of color #68C1FA: hue angle of 203.42º 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 #68C1FA is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 193 | 250 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.02 |
| HSL | 203.42º | 0.94% | 0.69% | - |
| HSV(B) | 203.42º | 0.58% | 0.98% | - |
| XYZ | 42.03 | 47.99 | 97.49 | - |
| YUV | 172.89 | 171.51 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 250 | 0.58 | 0.23 | 0 | 0.02 | 203.42 | 0.94 | 0.69 |
| Hex | 68 | C1 | FA | 3A | 17 | 0 | 2 | CB | 5E | 45 |
| Octal | 150 | 301 | 372 | 72 | 27 | 0 | 2 | 313 | 136 | 105 |
| Binary | 1101000 | 11000001 | 11111010 | 111010 | 10111 | 0 | 10 | 11001011 | 1011110 | 1000101 |
Color Harmonies of #68C1FA
Complementary color
Monochromatic Colors of #68C1FA
Black with #68C1FA
Text Example
Text Example
White with #68C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1FA; }
p { color: rgb(104,193,250); }
H1.HeaderClassName
{
color: #68C1FA;
}
.AnyTagClassName
{
color: #68C1FA;
}
</style>
background-color css
<style>
a { background-color: #68C1FA; }
a { background-color: rgb(104,193,250); }
div.DivClassName
{
background-color: #68C1FA;
}
.BgClassName
{
background-color: #68C1FA;
}
</style>
border-color css
<style>
span { border-color: #68C1FA; }
span { border-color: rgb(104,193,250); }
td.TdClassName
{
border-color: #68C1FA;
}
.TagClassName
{
border-color: #68C1FA;
}
</style>