Shades of Maya Blue #68B9F7
Tints of Maya Blue #68B9F7
RGB
CMYK
RGB Variations
Color information
#68B9F7 (or 0x68B9F7) is known color: Maya Blue. HEX triplet: 68, B9 and F7. RGB value is (104,185,247). Sum of RGB (Red+Green+Blue) = 104+185+247=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #68B9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B9F7 is #974608. Grayscale: #A7A7A7. Windows color (decimal): -9913865 or 16234856. OLE color: 16234856.
HSL color Cylindrical-coordinate representation of color #68B9F7: hue angle of 206.01º 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 #68B9F7 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 185 | 247 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.03 |
| HSL | 206.01º | 0.9% | 0.69% | - |
| HSV(B) | 206.01º | 0.58% | 0.97% | - |
| XYZ | 39.85 | 44.36 | 94.46 | - |
| YUV | 167.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 247 | 0.58 | 0.25 | 0 | 0.03 | 206.01 | 0.9 | 0.69 |
| Hex | 68 | B9 | F7 | 3A | 19 | 0 | 3 | CE | 5A | 45 |
| Octal | 150 | 271 | 367 | 72 | 31 | 0 | 3 | 316 | 132 | 105 |
| Binary | 1101000 | 10111001 | 11110111 | 111010 | 11001 | 0 | 11 | 11001110 | 1011010 | 1000101 |
Color Harmonies of #68B9F7
Complementary color
Monochromatic Colors of #68B9F7
Black with #68B9F7
Text Example
Text Example
White with #68B9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9F7; }
p { color: rgb(104,185,247); }
H1.HeaderClassName
{
color: #68B9F7;
}
.AnyTagClassName
{
color: #68B9F7;
}
</style>
background-color css
<style>
a { background-color: #68B9F7; }
a { background-color: rgb(104,185,247); }
div.DivClassName
{
background-color: #68B9F7;
}
.BgClassName
{
background-color: #68B9F7;
}
</style>
border-color css
<style>
span { border-color: #68B9F7; }
span { border-color: rgb(104,185,247); }
td.TdClassName
{
border-color: #68B9F7;
}
.TagClassName
{
border-color: #68B9F7;
}
</style>