Shades of Maya Blue #68BCF3
Tints of Maya Blue #68BCF3
RGB
CMYK
RGB Variations
Color information
#68BCF3 (or 0x68BCF3) is known color: Maya Blue. HEX triplet: 68, BC and F3. RGB value is (104,188,243). Sum of RGB (Red+Green+Blue) = 104+188+243=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #68BCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF3 is #97430C. Grayscale: #A8A8A8. Windows color (decimal): -9913101 or 15973480. OLE color: 15973480.
HSL color Cylindrical-coordinate representation of color #68BCF3: hue angle of 203.74º degrees, saturation: 0.85, 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 #68BCF3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 188 | 243 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.05 |
| HSL | 203.74º | 0.85% | 0.68% | - |
| HSV(B) | 203.74º | 0.57% | 0.95% | - |
| XYZ | 39.87 | 45.38 | 91.45 | - |
| YUV | 169.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 243 | 0.57 | 0.23 | 0 | 0.05 | 203.74 | 0.85 | 0.68 |
| Hex | 68 | BC | F3 | 39 | 17 | 0 | 5 | CC | 55 | 44 |
| Octal | 150 | 274 | 363 | 71 | 27 | 0 | 5 | 314 | 125 | 104 |
| Binary | 1101000 | 10111100 | 11110011 | 111001 | 10111 | 0 | 101 | 11001100 | 1010101 | 1000100 |
Color Harmonies of #68BCF3
Complementary color
Monochromatic Colors of #68BCF3
Black with #68BCF3
Text Example
Text Example
White with #68BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCF3; }
p { color: rgb(104,188,243); }
H1.HeaderClassName
{
color: #68BCF3;
}
.AnyTagClassName
{
color: #68BCF3;
}
</style>
background-color css
<style>
a { background-color: #68BCF3; }
a { background-color: rgb(104,188,243); }
div.DivClassName
{
background-color: #68BCF3;
}
.BgClassName
{
background-color: #68BCF3;
}
</style>
border-color css
<style>
span { border-color: #68BCF3; }
span { border-color: rgb(104,188,243); }
td.TdClassName
{
border-color: #68BCF3;
}
.TagClassName
{
border-color: #68BCF3;
}
</style>