Shades of Maya Blue #60D1FD
Tints of Maya Blue #60D1FD
RGB
CMYK
RGB Variations
Color information
#60D1FD (or 0x60D1FD) is known color: Maya Blue. HEX triplet: 60, D1 and FD. RGB value is (96,209,253). Sum of RGB (Red+Green+Blue) = 96+209+253=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #60D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D1FD is #9F2E02. Grayscale: #B3B3B3. Windows color (decimal): -10432003 or 16634208. OLE color: 16634208.
HSL color Cylindrical-coordinate representation of color #60D1FD: hue angle of 196.82º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D1FD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 209 | 253 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.01 |
| HSL | 196.82º | 0.98% | 0.68% | - |
| HSV(B) | 196.82º | 0.62% | 0.99% | - |
| XYZ | 45.35 | 55.18 | 101.19 | - |
| YUV | 180.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 209 | 253 | 0.62 | 0.17 | 0 | 0.01 | 196.82 | 0.98 | 0.68 |
| Hex | 60 | D1 | FD | 3E | 11 | 0 | 1 | C5 | 62 | 44 |
| Octal | 140 | 321 | 375 | 76 | 21 | 0 | 1 | 305 | 142 | 104 |
| Binary | 1100000 | 11010001 | 11111101 | 111110 | 10001 | 0 | 1 | 11000101 | 1100010 | 1000100 |
Color Harmonies of #60D1FD
Complementary color
Monochromatic Colors of #60D1FD
Black with #60D1FD
Text Example
Text Example
White with #60D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D1FD; }
p { color: rgb(96,209,253); }
H1.HeaderClassName
{
color: #60D1FD;
}
.AnyTagClassName
{
color: #60D1FD;
}
</style>
background-color css
<style>
a { background-color: #60D1FD; }
a { background-color: rgb(96,209,253); }
div.DivClassName
{
background-color: #60D1FD;
}
.BgClassName
{
background-color: #60D1FD;
}
</style>
border-color css
<style>
span { border-color: #60D1FD; }
span { border-color: rgb(96,209,253); }
td.TdClassName
{
border-color: #60D1FD;
}
.TagClassName
{
border-color: #60D1FD;
}
</style>