Shades of Maya Blue #60C5FD
Tints of Maya Blue #60C5FD
RGB
CMYK
RGB Variations
Color information
#60C5FD (or 0x60C5FD) is known color: Maya Blue. HEX triplet: 60, C5 and FD. RGB value is (96,197,253). Sum of RGB (Red+Green+Blue) = 96+197+253=546 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.58% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #60C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C5FD is #9F3A02. Grayscale: #ACACAC. Windows color (decimal): -10435075 or 16631136. OLE color: 16631136.
HSL color Cylindrical-coordinate representation of color #60C5FD: hue angle of 201.4º 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 #60C5FD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 197 | 253 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.01 |
| HSL | 201.4º | 0.98% | 0.68% | - |
| HSV(B) | 201.4º | 0.62% | 0.99% | - |
| XYZ | 42.52 | 49.51 | 100.24 | - |
| YUV | 173.19 | 173.04 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 253 | 0.62 | 0.22 | 0 | 0.01 | 201.4 | 0.98 | 0.68 |
| Hex | 60 | C5 | FD | 3E | 16 | 0 | 1 | C9 | 62 | 44 |
| Octal | 140 | 305 | 375 | 76 | 26 | 0 | 1 | 311 | 142 | 104 |
| Binary | 1100000 | 11000101 | 11111101 | 111110 | 10110 | 0 | 1 | 11001001 | 1100010 | 1000100 |
Color Harmonies of #60C5FD
Complementary color
Monochromatic Colors of #60C5FD
Black with #60C5FD
Text Example
Text Example
White with #60C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C5FD; }
p { color: rgb(96,197,253); }
H1.HeaderClassName
{
color: #60C5FD;
}
.AnyTagClassName
{
color: #60C5FD;
}
</style>
background-color css
<style>
a { background-color: #60C5FD; }
a { background-color: rgb(96,197,253); }
div.DivClassName
{
background-color: #60C5FD;
}
.BgClassName
{
background-color: #60C5FD;
}
</style>
border-color css
<style>
span { border-color: #60C5FD; }
span { border-color: rgb(96,197,253); }
td.TdClassName
{
border-color: #60C5FD;
}
.TagClassName
{
border-color: #60C5FD;
}
</style>