Shades of Maya Blue #60C0FD
Tints of Maya Blue #60C0FD
RGB
CMYK
RGB Variations
Color information
#60C0FD (or 0x60C0FD) is known color: Maya Blue. HEX triplet: 60, C0 and FD. RGB value is (96,192,253). Sum of RGB (Red+Green+Blue) = 96+192+253=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #60C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0FD is #9F3F02. Grayscale: #A9A9A9. Windows color (decimal): -10436355 or 16629856. OLE color: 16629856.
HSL color Cylindrical-coordinate representation of color #60C0FD: hue angle of 203.31º 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 #60C0FD is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 192 | 253 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.01 |
| HSL | 203.31º | 0.98% | 0.68% | - |
| HSV(B) | 203.31º | 0.62% | 0.99% | - |
| XYZ | 41.4 | 47.28 | 99.87 | - |
| YUV | 170.25 | 174.7 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 253 | 0.62 | 0.24 | 0 | 0.01 | 203.31 | 0.98 | 0.68 |
| Hex | 60 | C0 | FD | 3E | 18 | 0 | 1 | CB | 62 | 44 |
| Octal | 140 | 300 | 375 | 76 | 30 | 0 | 1 | 313 | 142 | 104 |
| Binary | 1100000 | 11000000 | 11111101 | 111110 | 11000 | 0 | 1 | 11001011 | 1100010 | 1000100 |
Color Harmonies of #60C0FD
Complementary color
Monochromatic Colors of #60C0FD
Black with #60C0FD
Text Example
Text Example
White with #60C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0FD; }
p { color: rgb(96,192,253); }
H1.HeaderClassName
{
color: #60C0FD;
}
.AnyTagClassName
{
color: #60C0FD;
}
</style>
background-color css
<style>
a { background-color: #60C0FD; }
a { background-color: rgb(96,192,253); }
div.DivClassName
{
background-color: #60C0FD;
}
.BgClassName
{
background-color: #60C0FD;
}
</style>
border-color css
<style>
span { border-color: #60C0FD; }
span { border-color: rgb(96,192,253); }
td.TdClassName
{
border-color: #60C0FD;
}
.TagClassName
{
border-color: #60C0FD;
}
</style>