Shades of Maya Blue #68BFFD
Tints of Maya Blue #68BFFD
RGB
CMYK
RGB Variations
Color information
#68BFFD (or 0x68BFFD) is known color: Maya Blue. HEX triplet: 68, BF and FD. RGB value is (104,191,253). Sum of RGB (Red+Green+Blue) = 104+191+253=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFFD is #974002. Grayscale: #ABABAB. Windows color (decimal): -9912323 or 16629608. OLE color: 16629608.
HSL color Cylindrical-coordinate representation of color #68BFFD: hue angle of 204.97º degrees, saturation: 0.97, 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 #68BFFD is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 191 | 253 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.01 |
| HSL | 204.97º | 0.97% | 0.7% | - |
| HSV(B) | 204.97º | 0.59% | 0.99% | - |
| XYZ | 42.07 | 47.3 | 99.84 | - |
| YUV | 172.06 | 173.68 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 253 | 0.59 | 0.25 | 0 | 0.01 | 204.97 | 0.97 | 0.7 |
| Hex | 68 | BF | FD | 3B | 19 | 0 | 1 | CD | 61 | 46 |
| Octal | 150 | 277 | 375 | 73 | 31 | 0 | 1 | 315 | 141 | 106 |
| Binary | 1101000 | 10111111 | 11111101 | 111011 | 11001 | 0 | 1 | 11001101 | 1100001 | 1000110 |
Color Harmonies of #68BFFD
Complementary color
Monochromatic Colors of #68BFFD
Black with #68BFFD
Text Example
Text Example
White with #68BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFFD; }
p { color: rgb(104,191,253); }
H1.HeaderClassName
{
color: #68BFFD;
}
.AnyTagClassName
{
color: #68BFFD;
}
</style>
background-color css
<style>
a { background-color: #68BFFD; }
a { background-color: rgb(104,191,253); }
div.DivClassName
{
background-color: #68BFFD;
}
.BgClassName
{
background-color: #68BFFD;
}
</style>
border-color css
<style>
span { border-color: #68BFFD; }
span { border-color: rgb(104,191,253); }
td.TdClassName
{
border-color: #68BFFD;
}
.TagClassName
{
border-color: #68BFFD;
}
</style>