Shades of Maya Blue #68D5FC
Tints of Maya Blue #68D5FC
RGB
CMYK
RGB Variations
Color information
#68D5FC (or 0x68D5FC) is known color: Maya Blue. HEX triplet: 68, D5 and FC. RGB value is (104,213,252). Sum of RGB (Red+Green+Blue) = 104+213+252=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #68D5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D5FC is #972A03. Grayscale: #B8B8B8. Windows color (decimal): -9906692 or 16569704. OLE color: 16569704.
HSL color Cylindrical-coordinate representation of color #68D5FC: hue angle of 195.81º 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 #68D5FC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 213 | 252 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.01 |
| HSL | 195.81º | 0.96% | 0.7% | - |
| HSV(B) | 195.81º | 0.59% | 0.99% | - |
| XYZ | 47.07 | 57.56 | 100.72 | - |
| YUV | 184.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 252 | 0.59 | 0.15 | 0 | 0.01 | 195.81 | 0.96 | 0.7 |
| Hex | 68 | D5 | FC | 3B | F | 0 | 1 | C4 | 60 | 46 |
| Octal | 150 | 325 | 374 | 73 | 17 | 0 | 1 | 304 | 140 | 106 |
| Binary | 1101000 | 11010101 | 11111100 | 111011 | 1111 | 0 | 1 | 11000100 | 1100000 | 1000110 |
Color Harmonies of #68D5FC
Complementary color
Monochromatic Colors of #68D5FC
Black with #68D5FC
Text Example
Text Example
White with #68D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5FC; }
p { color: rgb(104,213,252); }
H1.HeaderClassName
{
color: #68D5FC;
}
.AnyTagClassName
{
color: #68D5FC;
}
</style>
background-color css
<style>
a { background-color: #68D5FC; }
a { background-color: rgb(104,213,252); }
div.DivClassName
{
background-color: #68D5FC;
}
.BgClassName
{
background-color: #68D5FC;
}
</style>
border-color css
<style>
span { border-color: #68D5FC; }
span { border-color: rgb(104,213,252); }
td.TdClassName
{
border-color: #68D5FC;
}
.TagClassName
{
border-color: #68D5FC;
}
</style>