Shades of Maya Blue #68BEF9
Tints of Maya Blue #68BEF9
RGB
CMYK
RGB Variations
Color information
#68BEF9 (or 0x68BEF9) is known color: Maya Blue. HEX triplet: 68, BE and F9. RGB value is (104,190,249). Sum of RGB (Red+Green+Blue) = 104+190+249=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #68BEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEF9 is #974106. Grayscale: #AAAAAA. Windows color (decimal): -9912583 or 16367208. OLE color: 16367208.
HSL color Cylindrical-coordinate representation of color #68BEF9: hue angle of 204.41º 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 #68BEF9 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 190 | 249 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.02 |
| HSL | 204.41º | 0.92% | 0.69% | - |
| HSV(B) | 204.41º | 0.58% | 0.98% | - |
| XYZ | 41.22 | 46.61 | 96.45 | - |
| YUV | 171.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 249 | 0.58 | 0.24 | 0 | 0.02 | 204.41 | 0.92 | 0.69 |
| Hex | 68 | BE | F9 | 3A | 18 | 0 | 2 | CC | 5C | 45 |
| Octal | 150 | 276 | 371 | 72 | 30 | 0 | 2 | 314 | 134 | 105 |
| Binary | 1101000 | 10111110 | 11111001 | 111010 | 11000 | 0 | 10 | 11001100 | 1011100 | 1000101 |
Color Harmonies of #68BEF9
Complementary color
Monochromatic Colors of #68BEF9
Black with #68BEF9
Text Example
Text Example
White with #68BEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEF9; }
p { color: rgb(104,190,249); }
H1.HeaderClassName
{
color: #68BEF9;
}
.AnyTagClassName
{
color: #68BEF9;
}
</style>
background-color css
<style>
a { background-color: #68BEF9; }
a { background-color: rgb(104,190,249); }
div.DivClassName
{
background-color: #68BEF9;
}
.BgClassName
{
background-color: #68BEF9;
}
</style>
border-color css
<style>
span { border-color: #68BEF9; }
span { border-color: rgb(104,190,249); }
td.TdClassName
{
border-color: #68BEF9;
}
.TagClassName
{
border-color: #68BEF9;
}
</style>