Shades of Maya Blue #68CDFD
Tints of Maya Blue #68CDFD
RGB
CMYK
RGB Variations
Color information
#68CDFD (or 0x68CDFD) is known color: Maya Blue. HEX triplet: 68, CD and FD. RGB value is (104,205,253). Sum of RGB (Red+Green+Blue) = 104+205+253=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDFD is #973202. Grayscale: #B3B3B3. Windows color (decimal): -9908739 or 16633192. OLE color: 16633192.
HSL color Cylindrical-coordinate representation of color #68CDFD: hue angle of 199.33º 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 #68CDFD is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 205 | 253 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.01 |
| HSL | 199.33º | 0.97% | 0.7% | - |
| HSV(B) | 199.33º | 0.59% | 0.99% | - |
| XYZ | 45.27 | 53.7 | 100.91 | - |
| YUV | 180.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 253 | 0.59 | 0.19 | 0 | 0.01 | 199.33 | 0.97 | 0.7 |
| Hex | 68 | CD | FD | 3B | 13 | 0 | 1 | C7 | 61 | 46 |
| Octal | 150 | 315 | 375 | 73 | 23 | 0 | 1 | 307 | 141 | 106 |
| Binary | 1101000 | 11001101 | 11111101 | 111011 | 10011 | 0 | 1 | 11000111 | 1100001 | 1000110 |
Color Harmonies of #68CDFD
Complementary color
Monochromatic Colors of #68CDFD
Black with #68CDFD
Text Example
Text Example
White with #68CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDFD; }
p { color: rgb(104,205,253); }
H1.HeaderClassName
{
color: #68CDFD;
}
.AnyTagClassName
{
color: #68CDFD;
}
</style>
background-color css
<style>
a { background-color: #68CDFD; }
a { background-color: rgb(104,205,253); }
div.DivClassName
{
background-color: #68CDFD;
}
.BgClassName
{
background-color: #68CDFD;
}
</style>
border-color css
<style>
span { border-color: #68CDFD; }
span { border-color: rgb(104,205,253); }
td.TdClassName
{
border-color: #68CDFD;
}
.TagClassName
{
border-color: #68CDFD;
}
</style>