Shades of Maya Blue #68CDF7
Tints of Maya Blue #68CDF7
RGB
CMYK
RGB Variations
Color information
#68CDF7 (or 0x68CDF7) is known color: Maya Blue. HEX triplet: 68, CD and F7. RGB value is (104,205,247). Sum of RGB (Red+Green+Blue) = 104+205+247=556 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.71% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #68CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDF7 is #973208. Grayscale: #B3B3B3. Windows color (decimal): -9908745 or 16239976. OLE color: 16239976.
HSL color Cylindrical-coordinate representation of color #68CDF7: hue angle of 197.62º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CDF7 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 205 | 247 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.03 |
| HSL | 197.62º | 0.9% | 0.69% | - |
| HSV(B) | 197.62º | 0.58% | 0.97% | - |
| XYZ | 44.33 | 53.32 | 95.95 | - |
| YUV | 179.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 247 | 0.58 | 0.17 | 0 | 0.03 | 197.62 | 0.9 | 0.69 |
| Hex | 68 | CD | F7 | 3A | 11 | 0 | 3 | C6 | 5A | 45 |
| Octal | 150 | 315 | 367 | 72 | 21 | 0 | 3 | 306 | 132 | 105 |
| Binary | 1101000 | 11001101 | 11110111 | 111010 | 10001 | 0 | 11 | 11000110 | 1011010 | 1000101 |
Color Harmonies of #68CDF7
Complementary color
Monochromatic Colors of #68CDF7
Black with #68CDF7
Text Example
Text Example
White with #68CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDF7; }
p { color: rgb(104,205,247); }
H1.HeaderClassName
{
color: #68CDF7;
}
.AnyTagClassName
{
color: #68CDF7;
}
</style>
background-color css
<style>
a { background-color: #68CDF7; }
a { background-color: rgb(104,205,247); }
div.DivClassName
{
background-color: #68CDF7;
}
.BgClassName
{
background-color: #68CDF7;
}
</style>
border-color css
<style>
span { border-color: #68CDF7; }
span { border-color: rgb(104,205,247); }
td.TdClassName
{
border-color: #68CDF7;
}
.TagClassName
{
border-color: #68CDF7;
}
</style>