Shades of Maya Blue #68BCF1
Tints of Maya Blue #68BCF1
RGB
CMYK
RGB Variations
Color information
#68BCF1 (or 0x68BCF1) is known color: Maya Blue. HEX triplet: 68, BC and F1. RGB value is (104,188,241). Sum of RGB (Red+Green+Blue) = 104+188+241=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #68BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF1 is #97430E. Grayscale: #A8A8A8. Windows color (decimal): -9913103 or 15842408. OLE color: 15842408.
HSL color Cylindrical-coordinate representation of color #68BCF1: hue angle of 203.21º degrees, saturation: 0.83, 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 #68BCF1 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 188 | 241 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.05 |
| HSL | 203.21º | 0.83% | 0.68% | - |
| HSV(B) | 203.21º | 0.57% | 0.95% | - |
| XYZ | 39.57 | 45.26 | 89.87 | - |
| YUV | 168.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 241 | 0.57 | 0.22 | 0 | 0.05 | 203.21 | 0.83 | 0.68 |
| Hex | 68 | BC | F1 | 39 | 16 | 0 | 5 | CB | 53 | 44 |
| Octal | 150 | 274 | 361 | 71 | 26 | 0 | 5 | 313 | 123 | 104 |
| Binary | 1101000 | 10111100 | 11110001 | 111001 | 10110 | 0 | 101 | 11001011 | 1010011 | 1000100 |
Color Harmonies of #68BCF1
Complementary color
Monochromatic Colors of #68BCF1
Black with #68BCF1
Text Example
Text Example
White with #68BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCF1; }
p { color: rgb(104,188,241); }
H1.HeaderClassName
{
color: #68BCF1;
}
.AnyTagClassName
{
color: #68BCF1;
}
</style>
background-color css
<style>
a { background-color: #68BCF1; }
a { background-color: rgb(104,188,241); }
div.DivClassName
{
background-color: #68BCF1;
}
.BgClassName
{
background-color: #68BCF1;
}
</style>
border-color css
<style>
span { border-color: #68BCF1; }
span { border-color: rgb(104,188,241); }
td.TdClassName
{
border-color: #68BCF1;
}
.TagClassName
{
border-color: #68BCF1;
}
</style>