Shades of Maya Blue #60BDFC
Tints of Maya Blue #60BDFC
RGB
CMYK
RGB Variations
Color information
#60BDFC (or 0x60BDFC) is known color: Maya Blue. HEX triplet: 60, BD and FC. RGB value is (96,189,252). Sum of RGB (Red+Green+Blue) = 96+189+252=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #60BDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDFC is #9F4203. Grayscale: #A8A8A8. Windows color (decimal): -10437124 or 16563552. OLE color: 16563552.
HSL color Cylindrical-coordinate representation of color #60BDFC: hue angle of 204.23º degrees, saturation: 0.96, 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 #60BDFC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 189 | 252 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.01 |
| HSL | 204.23º | 0.96% | 0.68% | - |
| HSV(B) | 204.23º | 0.62% | 0.99% | - |
| XYZ | 40.59 | 45.91 | 98.82 | - |
| YUV | 168.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 252 | 0.62 | 0.25 | 0 | 0.01 | 204.23 | 0.96 | 0.68 |
| Hex | 60 | BD | FC | 3E | 19 | 0 | 1 | CC | 60 | 44 |
| Octal | 140 | 275 | 374 | 76 | 31 | 0 | 1 | 314 | 140 | 104 |
| Binary | 1100000 | 10111101 | 11111100 | 111110 | 11001 | 0 | 1 | 11001100 | 1100000 | 1000100 |
Color Harmonies of #60BDFC
Complementary color
Monochromatic Colors of #60BDFC
Black with #60BDFC
Text Example
Text Example
White with #60BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDFC; }
p { color: rgb(96,189,252); }
H1.HeaderClassName
{
color: #60BDFC;
}
.AnyTagClassName
{
color: #60BDFC;
}
</style>
background-color css
<style>
a { background-color: #60BDFC; }
a { background-color: rgb(96,189,252); }
div.DivClassName
{
background-color: #60BDFC;
}
.BgClassName
{
background-color: #60BDFC;
}
</style>
border-color css
<style>
span { border-color: #60BDFC; }
span { border-color: rgb(96,189,252); }
td.TdClassName
{
border-color: #60BDFC;
}
.TagClassName
{
border-color: #60BDFC;
}
</style>