Shades of Maya Blue #68BCF5
Tints of Maya Blue #68BCF5
RGB
CMYK
RGB Variations
Color information
#68BCF5 (or 0x68BCF5) is known color: Maya Blue. HEX triplet: 68, BC and F5. RGB value is (104,188,245). Sum of RGB (Red+Green+Blue) = 104+188+245=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #68BCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF5 is #97430A. Grayscale: #A9A9A9. Windows color (decimal): -9913099 or 16104552. OLE color: 16104552.
HSL color Cylindrical-coordinate representation of color #68BCF5: hue angle of 204.26º 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 #68BCF5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 188 | 245 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.04 |
| HSL | 204.26º | 0.88% | 0.68% | - |
| HSV(B) | 204.26º | 0.58% | 0.96% | - |
| XYZ | 40.17 | 45.5 | 93.05 | - |
| YUV | 169.38 | 170.67 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 245 | 0.58 | 0.23 | 0 | 0.04 | 204.26 | 0.88 | 0.68 |
| Hex | 68 | BC | F5 | 3A | 17 | 0 | 4 | CC | 58 | 44 |
| Octal | 150 | 274 | 365 | 72 | 27 | 0 | 4 | 314 | 130 | 104 |
| Binary | 1101000 | 10111100 | 11110101 | 111010 | 10111 | 0 | 100 | 11001100 | 1011000 | 1000100 |
Color Harmonies of #68BCF5
Complementary color
Monochromatic Colors of #68BCF5
Black with #68BCF5
Text Example
Text Example
White with #68BCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCF5; }
p { color: rgb(104,188,245); }
H1.HeaderClassName
{
color: #68BCF5;
}
.AnyTagClassName
{
color: #68BCF5;
}
</style>
background-color css
<style>
a { background-color: #68BCF5; }
a { background-color: rgb(104,188,245); }
div.DivClassName
{
background-color: #68BCF5;
}
.BgClassName
{
background-color: #68BCF5;
}
</style>
border-color css
<style>
span { border-color: #68BCF5; }
span { border-color: rgb(104,188,245); }
td.TdClassName
{
border-color: #68BCF5;
}
.TagClassName
{
border-color: #68BCF5;
}
</style>