Shades of Maya Blue #68CCFC
Tints of Maya Blue #68CCFC
RGB
CMYK
RGB Variations
Color information
#68CCFC (or 0x68CCFC) is known color: Maya Blue. HEX triplet: 68, CC and FC. RGB value is (104,204,252). Sum of RGB (Red+Green+Blue) = 104+204+252=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #68CCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCFC is #973303. Grayscale: #B3B3B3. Windows color (decimal): -9908996 or 16567400. OLE color: 16567400.
HSL color Cylindrical-coordinate representation of color #68CCFC: hue angle of 199.46º 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 #68CCFC is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 204 | 252 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.01 |
| HSL | 199.46º | 0.96% | 0.7% | - |
| HSV(B) | 199.46º | 0.59% | 0.99% | - |
| XYZ | 44.87 | 53.16 | 99.99 | - |
| YUV | 179.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 252 | 0.59 | 0.19 | 0 | 0.01 | 199.46 | 0.96 | 0.7 |
| Hex | 68 | CC | FC | 3B | 13 | 0 | 1 | C7 | 60 | 46 |
| Octal | 150 | 314 | 374 | 73 | 23 | 0 | 1 | 307 | 140 | 106 |
| Binary | 1101000 | 11001100 | 11111100 | 111011 | 10011 | 0 | 1 | 11000111 | 1100000 | 1000110 |
Color Harmonies of #68CCFC
Complementary color
Monochromatic Colors of #68CCFC
Black with #68CCFC
Text Example
Text Example
White with #68CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCFC; }
p { color: rgb(104,204,252); }
H1.HeaderClassName
{
color: #68CCFC;
}
.AnyTagClassName
{
color: #68CCFC;
}
</style>
background-color css
<style>
a { background-color: #68CCFC; }
a { background-color: rgb(104,204,252); }
div.DivClassName
{
background-color: #68CCFC;
}
.BgClassName
{
background-color: #68CCFC;
}
</style>
border-color css
<style>
span { border-color: #68CCFC; }
span { border-color: rgb(104,204,252); }
td.TdClassName
{
border-color: #68CCFC;
}
.TagClassName
{
border-color: #68CCFC;
}
</style>