Shades of Maya Blue #68C2FB
Tints of Maya Blue #68C2FB
RGB
CMYK
RGB Variations
Color information
#68C2FB (or 0x68C2FB) is known color: Maya Blue. HEX triplet: 68, C2 and FB. RGB value is (104,194,251). Sum of RGB (Red+Green+Blue) = 104+194+251=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #68C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2FB is #973D04. Grayscale: #ADADAD. Windows color (decimal): -9911557 or 16499304. OLE color: 16499304.
HSL color Cylindrical-coordinate representation of color #68C2FB: hue angle of 203.27º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C2FB is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 194 | 251 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.02 |
| HSL | 203.27º | 0.95% | 0.7% | - |
| HSV(B) | 203.27º | 0.59% | 0.98% | - |
| XYZ | 42.41 | 48.49 | 98.39 | - |
| YUV | 173.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 251 | 0.59 | 0.23 | 0 | 0.02 | 203.27 | 0.95 | 0.7 |
| Hex | 68 | C2 | FB | 3B | 17 | 0 | 2 | CB | 5F | 46 |
| Octal | 150 | 302 | 373 | 73 | 27 | 0 | 2 | 313 | 137 | 106 |
| Binary | 1101000 | 11000010 | 11111011 | 111011 | 10111 | 0 | 10 | 11001011 | 1011111 | 1000110 |
Color Harmonies of #68C2FB
Complementary color
Monochromatic Colors of #68C2FB
Black with #68C2FB
Text Example
Text Example
White with #68C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2FB; }
p { color: rgb(104,194,251); }
H1.HeaderClassName
{
color: #68C2FB;
}
.AnyTagClassName
{
color: #68C2FB;
}
</style>
background-color css
<style>
a { background-color: #68C2FB; }
a { background-color: rgb(104,194,251); }
div.DivClassName
{
background-color: #68C2FB;
}
.BgClassName
{
background-color: #68C2FB;
}
</style>
border-color css
<style>
span { border-color: #68C2FB; }
span { border-color: rgb(104,194,251); }
td.TdClassName
{
border-color: #68C2FB;
}
.TagClassName
{
border-color: #68C2FB;
}
</style>