Shades of Maya Blue #68CDFC
Tints of Maya Blue #68CDFC
RGB
CMYK
RGB Variations
Color information
#68CDFC (or 0x68CDFC) is known color: Maya Blue. HEX triplet: 68, CD and FC. RGB value is (104,205,252). Sum of RGB (Red+Green+Blue) = 104+205+252=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #68CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDFC is #973203. Grayscale: #B3B3B3. Windows color (decimal): -9908740 or 16567656. OLE color: 16567656.
HSL color Cylindrical-coordinate representation of color #68CDFC: hue angle of 199.05º 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 #68CDFC is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 205 | 252 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.01 |
| HSL | 199.05º | 0.96% | 0.7% | - |
| HSV(B) | 199.05º | 0.59% | 0.99% | - |
| XYZ | 45.11 | 53.63 | 100.07 | - |
| YUV | 180.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 252 | 0.59 | 0.19 | 0 | 0.01 | 199.05 | 0.96 | 0.7 |
| Hex | 68 | CD | FC | 3B | 13 | 0 | 1 | C7 | 60 | 46 |
| Octal | 150 | 315 | 374 | 73 | 23 | 0 | 1 | 307 | 140 | 106 |
| Binary | 1101000 | 11001101 | 11111100 | 111011 | 10011 | 0 | 1 | 11000111 | 1100000 | 1000110 |
Color Harmonies of #68CDFC
Complementary color
Monochromatic Colors of #68CDFC
Black with #68CDFC
Text Example
Text Example
White with #68CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDFC; }
p { color: rgb(104,205,252); }
H1.HeaderClassName
{
color: #68CDFC;
}
.AnyTagClassName
{
color: #68CDFC;
}
</style>
background-color css
<style>
a { background-color: #68CDFC; }
a { background-color: rgb(104,205,252); }
div.DivClassName
{
background-color: #68CDFC;
}
.BgClassName
{
background-color: #68CDFC;
}
</style>
border-color css
<style>
span { border-color: #68CDFC; }
span { border-color: rgb(104,205,252); }
td.TdClassName
{
border-color: #68CDFC;
}
.TagClassName
{
border-color: #68CDFC;
}
</style>