Shades of Maya Blue #60CDFE
Tints of Maya Blue #60CDFE
RGB
CMYK
RGB Variations
Color information
#60CDFE (or 0x60CDFE) is known color: Maya Blue. HEX triplet: 60, CD and FE. RGB value is (96,205,254). Sum of RGB (Red+Green+Blue) = 96+205+254=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #60CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDFE is #9F3201. Grayscale: #B1B1B1. Windows color (decimal): -10433026 or 16698720. OLE color: 16698720.
HSL color Cylindrical-coordinate representation of color #60CDFE: hue angle of 198.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CDFE is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 205 | 254 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.00 |
| HSL | 198.61º | 0.99% | 0.69% | - |
| HSV(B) | 198.61º | 0.62% | 1% | - |
| XYZ | 44.54 | 53.31 | 101.71 | - |
| YUV | 178 | 170.89 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 254 | 0.62 | 0.19 | 0 | 0.00 | 198.61 | 0.99 | 0.69 |
| Hex | 60 | CD | FE | 3E | 13 | 0 | 0 | C7 | 63 | 45 |
| Octal | 140 | 315 | 376 | 76 | 23 | 0 | 0 | 307 | 143 | 105 |
| Binary | 1100000 | 11001101 | 11111110 | 111110 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000101 |
Color Harmonies of #60CDFE
Complementary color
Monochromatic Colors of #60CDFE
Black with #60CDFE
Text Example
Text Example
White with #60CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDFE; }
p { color: rgb(96,205,254); }
H1.HeaderClassName
{
color: #60CDFE;
}
.AnyTagClassName
{
color: #60CDFE;
}
</style>
background-color css
<style>
a { background-color: #60CDFE; }
a { background-color: rgb(96,205,254); }
div.DivClassName
{
background-color: #60CDFE;
}
.BgClassName
{
background-color: #60CDFE;
}
</style>
border-color css
<style>
span { border-color: #60CDFE; }
span { border-color: rgb(96,205,254); }
td.TdClassName
{
border-color: #60CDFE;
}
.TagClassName
{
border-color: #60CDFE;
}
</style>