Shades of Maya Blue #68BCF8
Tints of Maya Blue #68BCF8
RGB
CMYK
RGB Variations
Color information
#68BCF8 (or 0x68BCF8) is known color: Maya Blue. HEX triplet: 68, BC and F8. RGB value is (104,188,248). Sum of RGB (Red+Green+Blue) = 104+188+248=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #68BCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF8 is #974307. Grayscale: #A9A9A9. Windows color (decimal): -9913096 or 16301160. OLE color: 16301160.
HSL color Cylindrical-coordinate representation of color #68BCF8: hue angle of 205º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BCF8 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 188 | 248 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.03 |
| HSL | 205º | 0.91% | 0.69% | - |
| HSV(B) | 205º | 0.58% | 0.97% | - |
| XYZ | 40.64 | 45.69 | 95.48 | - |
| YUV | 169.72 | 172.17 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 248 | 0.58 | 0.24 | 0 | 0.03 | 205 | 0.91 | 0.69 |
| Hex | 68 | BC | F8 | 3A | 18 | 0 | 3 | CD | 5B | 45 |
| Octal | 150 | 274 | 370 | 72 | 30 | 0 | 3 | 315 | 133 | 105 |
| Binary | 1101000 | 10111100 | 11111000 | 111010 | 11000 | 0 | 11 | 11001101 | 1011011 | 1000101 |
Color Harmonies of #68BCF8
Complementary color
Monochromatic Colors of #68BCF8
Black with #68BCF8
Text Example
Text Example
White with #68BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCF8; }
p { color: rgb(104,188,248); }
H1.HeaderClassName
{
color: #68BCF8;
}
.AnyTagClassName
{
color: #68BCF8;
}
</style>
background-color css
<style>
a { background-color: #68BCF8; }
a { background-color: rgb(104,188,248); }
div.DivClassName
{
background-color: #68BCF8;
}
.BgClassName
{
background-color: #68BCF8;
}
</style>
border-color css
<style>
span { border-color: #68BCF8; }
span { border-color: rgb(104,188,248); }
td.TdClassName
{
border-color: #68BCF8;
}
.TagClassName
{
border-color: #68BCF8;
}
</style>