Shades of Maya Blue #68BDF5
Tints of Maya Blue #68BDF5
RGB
CMYK
RGB Variations
Color information
#68BDF5 (or 0x68BDF5) is known color: Maya Blue. HEX triplet: 68, BD and F5. RGB value is (104,189,245). Sum of RGB (Red+Green+Blue) = 104+189+245=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #68BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDF5 is #97420A. Grayscale: #A9A9A9. Windows color (decimal): -9912843 or 16104808. OLE color: 16104808.
HSL color Cylindrical-coordinate representation of color #68BDF5: hue angle of 203.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BDF5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 189 | 245 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.04 |
| HSL | 203.83º | 0.88% | 0.68% | - |
| HSV(B) | 203.83º | 0.58% | 0.96% | - |
| XYZ | 40.39 | 45.93 | 93.12 | - |
| YUV | 169.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 245 | 0.58 | 0.23 | 0 | 0.04 | 203.83 | 0.88 | 0.68 |
| Hex | 68 | BD | F5 | 3A | 17 | 0 | 4 | CC | 58 | 44 |
| Octal | 150 | 275 | 365 | 72 | 27 | 0 | 4 | 314 | 130 | 104 |
| Binary | 1101000 | 10111101 | 11110101 | 111010 | 10111 | 0 | 100 | 11001100 | 1011000 | 1000100 |
Color Harmonies of #68BDF5
Complementary color
Monochromatic Colors of #68BDF5
Black with #68BDF5
Text Example
Text Example
White with #68BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDF5; }
p { color: rgb(104,189,245); }
H1.HeaderClassName
{
color: #68BDF5;
}
.AnyTagClassName
{
color: #68BDF5;
}
</style>
background-color css
<style>
a { background-color: #68BDF5; }
a { background-color: rgb(104,189,245); }
div.DivClassName
{
background-color: #68BDF5;
}
.BgClassName
{
background-color: #68BDF5;
}
</style>
border-color css
<style>
span { border-color: #68BDF5; }
span { border-color: rgb(104,189,245); }
td.TdClassName
{
border-color: #68BDF5;
}
.TagClassName
{
border-color: #68BDF5;
}
</style>