Shades of Maya Blue #60BDF8
Tints of Maya Blue #60BDF8
RGB
CMYK
RGB Variations
Color information
#60BDF8 (or 0x60BDF8) is known color: Maya Blue. HEX triplet: 60, BD and F8. RGB value is (96,189,248). Sum of RGB (Red+Green+Blue) = 96+189+248=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #60BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF8 is #9F4207. Grayscale: #A7A7A7. Windows color (decimal): -10437128 or 16301408. OLE color: 16301408.
HSL color Cylindrical-coordinate representation of color #60BDF8: hue angle of 203.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BDF8 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 189 | 248 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.03 |
| HSL | 203.29º | 0.92% | 0.67% | - |
| HSV(B) | 203.29º | 0.61% | 0.97% | - |
| XYZ | 39.96 | 45.66 | 95.51 | - |
| YUV | 167.92 | 173.19 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 248 | 0.61 | 0.24 | 0 | 0.03 | 203.29 | 0.92 | 0.67 |
| Hex | 60 | BD | F8 | 3D | 18 | 0 | 3 | CB | 5C | 43 |
| Octal | 140 | 275 | 370 | 75 | 30 | 0 | 3 | 313 | 134 | 103 |
| Binary | 1100000 | 10111101 | 11111000 | 111101 | 11000 | 0 | 11 | 11001011 | 1011100 | 1000011 |
Color Harmonies of #60BDF8
Complementary color
Monochromatic Colors of #60BDF8
Black with #60BDF8
Text Example
Text Example
White with #60BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDF8; }
p { color: rgb(96,189,248); }
H1.HeaderClassName
{
color: #60BDF8;
}
.AnyTagClassName
{
color: #60BDF8;
}
</style>
background-color css
<style>
a { background-color: #60BDF8; }
a { background-color: rgb(96,189,248); }
div.DivClassName
{
background-color: #60BDF8;
}
.BgClassName
{
background-color: #60BDF8;
}
</style>
border-color css
<style>
span { border-color: #60BDF8; }
span { border-color: rgb(96,189,248); }
td.TdClassName
{
border-color: #60BDF8;
}
.TagClassName
{
border-color: #60BDF8;
}
</style>