Shades of Maya Blue #68CEFD
Tints of Maya Blue #68CEFD
RGB
CMYK
RGB Variations
Color information
#68CEFD (or 0x68CEFD) is known color: Maya Blue. HEX triplet: 68, CE and FD. RGB value is (104,206,253). Sum of RGB (Red+Green+Blue) = 104+206+253=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #68CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEFD is #973102. Grayscale: #B4B4B4. Windows color (decimal): -9908483 or 16633448. OLE color: 16633448.
HSL color Cylindrical-coordinate representation of color #68CEFD: hue angle of 198.93º 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 #68CEFD is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 206 | 253 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.01 |
| HSL | 198.93º | 0.97% | 0.7% | - |
| HSV(B) | 198.93º | 0.59% | 0.99% | - |
| XYZ | 45.51 | 54.18 | 100.99 | - |
| YUV | 180.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 253 | 0.59 | 0.19 | 0 | 0.01 | 198.93 | 0.97 | 0.7 |
| Hex | 68 | CE | FD | 3B | 13 | 0 | 1 | C7 | 61 | 46 |
| Octal | 150 | 316 | 375 | 73 | 23 | 0 | 1 | 307 | 141 | 106 |
| Binary | 1101000 | 11001110 | 11111101 | 111011 | 10011 | 0 | 1 | 11000111 | 1100001 | 1000110 |
Color Harmonies of #68CEFD
Complementary color
Monochromatic Colors of #68CEFD
Black with #68CEFD
Text Example
Text Example
White with #68CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEFD; }
p { color: rgb(104,206,253); }
H1.HeaderClassName
{
color: #68CEFD;
}
.AnyTagClassName
{
color: #68CEFD;
}
</style>
background-color css
<style>
a { background-color: #68CEFD; }
a { background-color: rgb(104,206,253); }
div.DivClassName
{
background-color: #68CEFD;
}
.BgClassName
{
background-color: #68CEFD;
}
</style>
border-color css
<style>
span { border-color: #68CEFD; }
span { border-color: rgb(104,206,253); }
td.TdClassName
{
border-color: #68CEFD;
}
.TagClassName
{
border-color: #68CEFD;
}
</style>