Shades of Maya Blue #68CDF2
Tints of Maya Blue #68CDF2
RGB
CMYK
RGB Variations
Color information
#68CDF2 (or 0x68CDF2) is known color: Maya Blue. HEX triplet: 68, CD and F2. RGB value is (104,205,242). Sum of RGB (Red+Green+Blue) = 104+205+242=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #68CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDF2 is #97320D. Grayscale: #B2B2B2. Windows color (decimal): -9908750 or 15912296. OLE color: 15912296.
HSL color Cylindrical-coordinate representation of color #68CDF2: hue angle of 196.09º degrees, saturation: 0.84, 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 #68CDF2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 205 | 242 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.05 |
| HSL | 196.09º | 0.84% | 0.68% | - |
| HSV(B) | 196.09º | 0.57% | 0.95% | - |
| XYZ | 43.57 | 53.02 | 91.94 | - |
| YUV | 179.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 242 | 0.57 | 0.15 | 0 | 0.05 | 196.09 | 0.84 | 0.68 |
| Hex | 68 | CD | F2 | 39 | F | 0 | 5 | C4 | 54 | 44 |
| Octal | 150 | 315 | 362 | 71 | 17 | 0 | 5 | 304 | 124 | 104 |
| Binary | 1101000 | 11001101 | 11110010 | 111001 | 1111 | 0 | 101 | 11000100 | 1010100 | 1000100 |
Color Harmonies of #68CDF2
Complementary color
Monochromatic Colors of #68CDF2
Black with #68CDF2
Text Example
Text Example
White with #68CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDF2; }
p { color: rgb(104,205,242); }
H1.HeaderClassName
{
color: #68CDF2;
}
.AnyTagClassName
{
color: #68CDF2;
}
</style>
background-color css
<style>
a { background-color: #68CDF2; }
a { background-color: rgb(104,205,242); }
div.DivClassName
{
background-color: #68CDF2;
}
.BgClassName
{
background-color: #68CDF2;
}
</style>
border-color css
<style>
span { border-color: #68CDF2; }
span { border-color: rgb(104,205,242); }
td.TdClassName
{
border-color: #68CDF2;
}
.TagClassName
{
border-color: #68CDF2;
}
</style>