Shades of Maya Blue #68CDFE
Tints of Maya Blue #68CDFE
RGB
CMYK
RGB Variations
Color information
#68CDFE (or 0x68CDFE) is known color: Maya Blue. HEX triplet: 68, CD and FE. RGB value is (104,205,254). Sum of RGB (Red+Green+Blue) = 104+205+254=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #68CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDFE is #973201. Grayscale: #B4B4B4. Windows color (decimal): -9908738 or 16698728. OLE color: 16698728.
HSL color Cylindrical-coordinate representation of color #68CDFE: hue angle of 199.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68CDFE is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 205 | 254 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.00 |
| HSL | 199.6º | 0.99% | 0.7% | - |
| HSV(B) | 199.6º | 0.59% | 1% | - |
| XYZ | 45.43 | 53.76 | 101.75 | - |
| YUV | 180.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 254 | 0.59 | 0.19 | 0 | 0.00 | 199.6 | 0.99 | 0.7 |
| Hex | 68 | CD | FE | 3B | 13 | 0 | 0 | C8 | 63 | 46 |
| Octal | 150 | 315 | 376 | 73 | 23 | 0 | 0 | 310 | 143 | 106 |
| Binary | 1101000 | 11001101 | 11111110 | 111011 | 10011 | 0 | 0 | 11001000 | 1100011 | 1000110 |
Color Harmonies of #68CDFE
Complementary color
Monochromatic Colors of #68CDFE
Black with #68CDFE
Text Example
Text Example
White with #68CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDFE; }
p { color: rgb(104,205,254); }
H1.HeaderClassName
{
color: #68CDFE;
}
.AnyTagClassName
{
color: #68CDFE;
}
</style>
background-color css
<style>
a { background-color: #68CDFE; }
a { background-color: rgb(104,205,254); }
div.DivClassName
{
background-color: #68CDFE;
}
.BgClassName
{
background-color: #68CDFE;
}
</style>
border-color css
<style>
span { border-color: #68CDFE; }
span { border-color: rgb(104,205,254); }
td.TdClassName
{
border-color: #68CDFE;
}
.TagClassName
{
border-color: #68CDFE;
}
</style>