Shades of Maya Blue #68D3FC
Tints of Maya Blue #68D3FC
RGB
CMYK
RGB Variations
Color information
#68D3FC (or 0x68D3FC) is known color: Maya Blue. HEX triplet: 68, D3 and FC. RGB value is (104,211,252). Sum of RGB (Red+Green+Blue) = 104+211+252=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #68D3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3FC is #972C03. Grayscale: #B7B7B7. Windows color (decimal): -9907204 or 16569192. OLE color: 16569192.
HSL color Cylindrical-coordinate representation of color #68D3FC: hue angle of 196.62º 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 #68D3FC is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 211 | 252 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.01 |
| HSL | 196.62º | 0.96% | 0.7% | - |
| HSV(B) | 196.62º | 0.59% | 0.99% | - |
| XYZ | 46.57 | 56.56 | 100.56 | - |
| YUV | 183.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 252 | 0.59 | 0.16 | 0 | 0.01 | 196.62 | 0.96 | 0.7 |
| Hex | 68 | D3 | FC | 3B | 10 | 0 | 1 | C5 | 60 | 46 |
| Octal | 150 | 323 | 374 | 73 | 20 | 0 | 1 | 305 | 140 | 106 |
| Binary | 1101000 | 11010011 | 11111100 | 111011 | 10000 | 0 | 1 | 11000101 | 1100000 | 1000110 |
Color Harmonies of #68D3FC
Complementary color
Monochromatic Colors of #68D3FC
Black with #68D3FC
Text Example
Text Example
White with #68D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3FC; }
p { color: rgb(104,211,252); }
H1.HeaderClassName
{
color: #68D3FC;
}
.AnyTagClassName
{
color: #68D3FC;
}
</style>
background-color css
<style>
a { background-color: #68D3FC; }
a { background-color: rgb(104,211,252); }
div.DivClassName
{
background-color: #68D3FC;
}
.BgClassName
{
background-color: #68D3FC;
}
</style>
border-color css
<style>
span { border-color: #68D3FC; }
span { border-color: rgb(104,211,252); }
td.TdClassName
{
border-color: #68D3FC;
}
.TagClassName
{
border-color: #68D3FC;
}
</style>