Shades of Maya Blue #68B9F3
Tints of Maya Blue #68B9F3
RGB
CMYK
RGB Variations
Color information
#68B9F3 (or 0x68B9F3) is known color: Maya Blue. HEX triplet: 68, B9 and F3. RGB value is (104,185,243). Sum of RGB (Red+Green+Blue) = 104+185+243=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #68B9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B9F3 is #97460C. Grayscale: #A7A7A7. Windows color (decimal): -9913869 or 15972712. OLE color: 15972712.
HSL color Cylindrical-coordinate representation of color #68B9F3: hue angle of 205.04º 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 #68B9F3 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 185 | 243 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.05 |
| HSL | 205.04º | 0.85% | 0.68% | - |
| HSV(B) | 205.04º | 0.57% | 0.95% | - |
| XYZ | 39.24 | 44.11 | 91.24 | - |
| YUV | 167.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 243 | 0.57 | 0.24 | 0 | 0.05 | 205.04 | 0.85 | 0.68 |
| Hex | 68 | B9 | F3 | 39 | 18 | 0 | 5 | CD | 55 | 44 |
| Octal | 150 | 271 | 363 | 71 | 30 | 0 | 5 | 315 | 125 | 104 |
| Binary | 1101000 | 10111001 | 11110011 | 111001 | 11000 | 0 | 101 | 11001101 | 1010101 | 1000100 |
Color Harmonies of #68B9F3
Complementary color
Monochromatic Colors of #68B9F3
Black with #68B9F3
Text Example
Text Example
White with #68B9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9F3; }
p { color: rgb(104,185,243); }
H1.HeaderClassName
{
color: #68B9F3;
}
.AnyTagClassName
{
color: #68B9F3;
}
</style>
background-color css
<style>
a { background-color: #68B9F3; }
a { background-color: rgb(104,185,243); }
div.DivClassName
{
background-color: #68B9F3;
}
.BgClassName
{
background-color: #68B9F3;
}
</style>
border-color css
<style>
span { border-color: #68B9F3; }
span { border-color: rgb(104,185,243); }
td.TdClassName
{
border-color: #68B9F3;
}
.TagClassName
{
border-color: #68B9F3;
}
</style>