Shades of Maya Blue #68C2FE
Tints of Maya Blue #68C2FE
RGB
CMYK
RGB Variations
Color information
#68C2FE (or 0x68C2FE) is known color: Maya Blue. HEX triplet: 68, C2 and FE. RGB value is (104,194,254). Sum of RGB (Red+Green+Blue) = 104+194+254=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #68C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2FE is #973D01. Grayscale: #ADADAD. Windows color (decimal): -9911554 or 16695912. OLE color: 16695912.
HSL color Cylindrical-coordinate representation of color #68C2FE: hue angle of 204º 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 #68C2FE is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 194 | 254 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.00 |
| HSL | 204º | 0.99% | 0.7% | - |
| HSV(B) | 204º | 0.59% | 1% | - |
| XYZ | 42.89 | 48.68 | 100.9 | - |
| YUV | 173.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 254 | 0.59 | 0.24 | 0 | 0.00 | 204 | 0.99 | 0.7 |
| Hex | 68 | C2 | FE | 3B | 18 | 0 | 0 | CC | 63 | 46 |
| Octal | 150 | 302 | 376 | 73 | 30 | 0 | 0 | 314 | 143 | 106 |
| Binary | 1101000 | 11000010 | 11111110 | 111011 | 11000 | 0 | 0 | 11001100 | 1100011 | 1000110 |
Color Harmonies of #68C2FE
Complementary color
Monochromatic Colors of #68C2FE
Black with #68C2FE
Text Example
Text Example
White with #68C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2FE; }
p { color: rgb(104,194,254); }
H1.HeaderClassName
{
color: #68C2FE;
}
.AnyTagClassName
{
color: #68C2FE;
}
</style>
background-color css
<style>
a { background-color: #68C2FE; }
a { background-color: rgb(104,194,254); }
div.DivClassName
{
background-color: #68C2FE;
}
.BgClassName
{
background-color: #68C2FE;
}
</style>
border-color css
<style>
span { border-color: #68C2FE; }
span { border-color: rgb(104,194,254); }
td.TdClassName
{
border-color: #68C2FE;
}
.TagClassName
{
border-color: #68C2FE;
}
</style>