Shades of Maya Blue #68C2FA
Tints of Maya Blue #68C2FA
RGB
CMYK
RGB Variations
Color information
#68C2FA (or 0x68C2FA) is known color: Maya Blue. HEX triplet: 68, C2 and FA. RGB value is (104,194,250). Sum of RGB (Red+Green+Blue) = 104+194+250=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #68C2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2FA is #973D05. Grayscale: #ADADAD. Windows color (decimal): -9911558 or 16433768. OLE color: 16433768.
HSL color Cylindrical-coordinate representation of color #68C2FA: hue angle of 203.01º 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 #68C2FA is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 194 | 250 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.02 |
| HSL | 203.01º | 0.94% | 0.69% | - |
| HSV(B) | 203.01º | 0.58% | 0.98% | - |
| XYZ | 42.26 | 48.43 | 97.56 | - |
| YUV | 173.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 250 | 0.58 | 0.22 | 0 | 0.02 | 203.01 | 0.94 | 0.69 |
| Hex | 68 | C2 | FA | 3A | 16 | 0 | 2 | CB | 5E | 45 |
| Octal | 150 | 302 | 372 | 72 | 26 | 0 | 2 | 313 | 136 | 105 |
| Binary | 1101000 | 11000010 | 11111010 | 111010 | 10110 | 0 | 10 | 11001011 | 1011110 | 1000101 |
Color Harmonies of #68C2FA
Complementary color
Monochromatic Colors of #68C2FA
Black with #68C2FA
Text Example
Text Example
White with #68C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2FA; }
p { color: rgb(104,194,250); }
H1.HeaderClassName
{
color: #68C2FA;
}
.AnyTagClassName
{
color: #68C2FA;
}
</style>
background-color css
<style>
a { background-color: #68C2FA; }
a { background-color: rgb(104,194,250); }
div.DivClassName
{
background-color: #68C2FA;
}
.BgClassName
{
background-color: #68C2FA;
}
</style>
border-color css
<style>
span { border-color: #68C2FA; }
span { border-color: rgb(104,194,250); }
td.TdClassName
{
border-color: #68C2FA;
}
.TagClassName
{
border-color: #68C2FA;
}
</style>