Shades of Maya Blue #60D0FE
Tints of Maya Blue #60D0FE
RGB
CMYK
RGB Variations
Color information
#60D0FE (or 0x60D0FE) is known color: Maya Blue. HEX triplet: 60, D0 and FE. RGB value is (96,208,254). Sum of RGB (Red+Green+Blue) = 96+208+254=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #60D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D0FE is #9F2F01. Grayscale: #B3B3B3. Windows color (decimal): -10432258 or 16699488. OLE color: 16699488.
HSL color Cylindrical-coordinate representation of color #60D0FE: hue angle of 197.47º 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 #60D0FE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 208 | 254 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.00 |
| HSL | 197.47º | 0.99% | 0.69% | - |
| HSV(B) | 197.47º | 0.62% | 1% | - |
| XYZ | 45.27 | 54.75 | 101.95 | - |
| YUV | 179.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 254 | 0.62 | 0.18 | 0 | 0.00 | 197.47 | 0.99 | 0.69 |
| Hex | 60 | D0 | FE | 3E | 12 | 0 | 0 | C5 | 63 | 45 |
| Octal | 140 | 320 | 376 | 76 | 22 | 0 | 0 | 305 | 143 | 105 |
| Binary | 1100000 | 11010000 | 11111110 | 111110 | 10010 | 0 | 0 | 11000101 | 1100011 | 1000101 |
Color Harmonies of #60D0FE
Complementary color
Monochromatic Colors of #60D0FE
Black with #60D0FE
Text Example
Text Example
White with #60D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D0FE; }
p { color: rgb(96,208,254); }
H1.HeaderClassName
{
color: #60D0FE;
}
.AnyTagClassName
{
color: #60D0FE;
}
</style>
background-color css
<style>
a { background-color: #60D0FE; }
a { background-color: rgb(96,208,254); }
div.DivClassName
{
background-color: #60D0FE;
}
.BgClassName
{
background-color: #60D0FE;
}
</style>
border-color css
<style>
span { border-color: #60D0FE; }
span { border-color: rgb(96,208,254); }
td.TdClassName
{
border-color: #60D0FE;
}
.TagClassName
{
border-color: #60D0FE;
}
</style>