Shades of Maya Blue #68CDF3
Tints of Maya Blue #68CDF3
RGB
CMYK
RGB Variations
Color information
#68CDF3 (or 0x68CDF3) is known color: Maya Blue. HEX triplet: 68, CD and F3. RGB value is (104,205,243). Sum of RGB (Red+Green+Blue) = 104+205+243=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #68CDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDF3 is #97320C. Grayscale: #B2B2B2. Windows color (decimal): -9908749 or 15977832. OLE color: 15977832.
HSL color Cylindrical-coordinate representation of color #68CDF3: hue angle of 196.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CDF3 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 205 | 243 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.05 |
| HSL | 196.4º | 0.85% | 0.68% | - |
| HSV(B) | 196.4º | 0.57% | 0.95% | - |
| XYZ | 43.72 | 53.08 | 92.73 | - |
| YUV | 179.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 243 | 0.57 | 0.16 | 0 | 0.05 | 196.4 | 0.85 | 0.68 |
| Hex | 68 | CD | F3 | 39 | 10 | 0 | 5 | C4 | 55 | 44 |
| Octal | 150 | 315 | 363 | 71 | 20 | 0 | 5 | 304 | 125 | 104 |
| Binary | 1101000 | 11001101 | 11110011 | 111001 | 10000 | 0 | 101 | 11000100 | 1010101 | 1000100 |
Color Harmonies of #68CDF3
Complementary color
Monochromatic Colors of #68CDF3
Black with #68CDF3
Text Example
Text Example
White with #68CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDF3; }
p { color: rgb(104,205,243); }
H1.HeaderClassName
{
color: #68CDF3;
}
.AnyTagClassName
{
color: #68CDF3;
}
</style>
background-color css
<style>
a { background-color: #68CDF3; }
a { background-color: rgb(104,205,243); }
div.DivClassName
{
background-color: #68CDF3;
}
.BgClassName
{
background-color: #68CDF3;
}
</style>
border-color css
<style>
span { border-color: #68CDF3; }
span { border-color: rgb(104,205,243); }
td.TdClassName
{
border-color: #68CDF3;
}
.TagClassName
{
border-color: #68CDF3;
}
</style>