Shades of Maya Blue #68B9F9
Tints of Maya Blue #68B9F9
RGB
CMYK
RGB Variations
Color information
#68B9F9 (or 0x68B9F9) is known color: Maya Blue. HEX triplet: 68, B9 and F9. RGB value is (104,185,249). Sum of RGB (Red+Green+Blue) = 104+185+249=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #68B9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B9F9 is #974606. Grayscale: #A7A7A7. Windows color (decimal): -9913863 or 16365928. OLE color: 16365928.
HSL color Cylindrical-coordinate representation of color #68B9F9: hue angle of 206.48º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68B9F9 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 185 | 249 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.02 |
| HSL | 206.48º | 0.92% | 0.69% | - |
| HSV(B) | 206.48º | 0.58% | 0.98% | - |
| XYZ | 40.16 | 44.48 | 96.09 | - |
| YUV | 168.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 249 | 0.58 | 0.26 | 0 | 0.02 | 206.48 | 0.92 | 0.69 |
| Hex | 68 | B9 | F9 | 3A | 1A | 0 | 2 | CE | 5C | 45 |
| Octal | 150 | 271 | 371 | 72 | 32 | 0 | 2 | 316 | 134 | 105 |
| Binary | 1101000 | 10111001 | 11111001 | 111010 | 11010 | 0 | 10 | 11001110 | 1011100 | 1000101 |
Color Harmonies of #68B9F9
Complementary color
Monochromatic Colors of #68B9F9
Black with #68B9F9
Text Example
Text Example
White with #68B9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B9F9; }
p { color: rgb(104,185,249); }
H1.HeaderClassName
{
color: #68B9F9;
}
.AnyTagClassName
{
color: #68B9F9;
}
</style>
background-color css
<style>
a { background-color: #68B9F9; }
a { background-color: rgb(104,185,249); }
div.DivClassName
{
background-color: #68B9F9;
}
.BgClassName
{
background-color: #68B9F9;
}
</style>
border-color css
<style>
span { border-color: #68B9F9; }
span { border-color: rgb(104,185,249); }
td.TdClassName
{
border-color: #68B9F9;
}
.TagClassName
{
border-color: #68B9F9;
}
</style>