Shades of Maya Blue #68BFFC
Tints of Maya Blue #68BFFC
RGB
CMYK
RGB Variations
Color information
#68BFFC (or 0x68BFFC) is known color: Maya Blue. HEX triplet: 68, BF and FC. RGB value is (104,191,252). Sum of RGB (Red+Green+Blue) = 104+191+252=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #68BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFFC is #974003. Grayscale: #ABABAB. Windows color (decimal): -9912324 or 16564072. OLE color: 16564072.
HSL color Cylindrical-coordinate representation of color #68BFFC: hue angle of 204.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BFFC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 191 | 252 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.01 |
| HSL | 204.73º | 0.96% | 0.7% | - |
| HSV(B) | 204.73º | 0.59% | 0.99% | - |
| XYZ | 41.91 | 47.23 | 99 | - |
| YUV | 171.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 252 | 0.59 | 0.24 | 0 | 0.01 | 204.73 | 0.96 | 0.7 |
| Hex | 68 | BF | FC | 3B | 18 | 0 | 1 | CD | 60 | 46 |
| Octal | 150 | 277 | 374 | 73 | 30 | 0 | 1 | 315 | 140 | 106 |
| Binary | 1101000 | 10111111 | 11111100 | 111011 | 11000 | 0 | 1 | 11001101 | 1100000 | 1000110 |
Color Harmonies of #68BFFC
Complementary color
Monochromatic Colors of #68BFFC
Black with #68BFFC
Text Example
Text Example
White with #68BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFFC; }
p { color: rgb(104,191,252); }
H1.HeaderClassName
{
color: #68BFFC;
}
.AnyTagClassName
{
color: #68BFFC;
}
</style>
background-color css
<style>
a { background-color: #68BFFC; }
a { background-color: rgb(104,191,252); }
div.DivClassName
{
background-color: #68BFFC;
}
.BgClassName
{
background-color: #68BFFC;
}
</style>
border-color css
<style>
span { border-color: #68BFFC; }
span { border-color: rgb(104,191,252); }
td.TdClassName
{
border-color: #68BFFC;
}
.TagClassName
{
border-color: #68BFFC;
}
</style>