Shades of Maya Blue #60B0FC
Tints of Maya Blue #60B0FC
RGB
CMYK
RGB Variations
Color information
#60B0FC (or 0x60B0FC) is known color: Maya Blue. HEX triplet: 60, B0 and FC. RGB value is (96,176,252). Sum of RGB (Red+Green+Blue) = 96+176+252=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #60B0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B0FC is #9F4F03. Grayscale: #A0A0A0. Windows color (decimal): -10440452 or 16560224. OLE color: 16560224.
HSL color Cylindrical-coordinate representation of color #60B0FC: hue angle of 209.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 #60B0FC is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 176 | 252 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.01 |
| HSL | 209.23º | 0.96% | 0.68% | - |
| HSV(B) | 209.23º | 0.62% | 0.99% | - |
| XYZ | 37.92 | 40.57 | 97.93 | - |
| YUV | 160.74 | 179.5 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 252 | 0.62 | 0.30 | 0 | 0.01 | 209.23 | 0.96 | 0.68 |
| Hex | 60 | B0 | FC | 3E | 1E | 0 | 1 | D1 | 60 | 44 |
| Octal | 140 | 260 | 374 | 76 | 36 | 0 | 1 | 321 | 140 | 104 |
| Binary | 1100000 | 10110000 | 11111100 | 111110 | 11110 | 0 | 1 | 11010001 | 1100000 | 1000100 |
Color Harmonies of #60B0FC
Complementary color
Monochromatic Colors of #60B0FC
Black with #60B0FC
Text Example
Text Example
White with #60B0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0FC; }
p { color: rgb(96,176,252); }
H1.HeaderClassName
{
color: #60B0FC;
}
.AnyTagClassName
{
color: #60B0FC;
}
</style>
background-color css
<style>
a { background-color: #60B0FC; }
a { background-color: rgb(96,176,252); }
div.DivClassName
{
background-color: #60B0FC;
}
.BgClassName
{
background-color: #60B0FC;
}
</style>
border-color css
<style>
span { border-color: #60B0FC; }
span { border-color: rgb(96,176,252); }
td.TdClassName
{
border-color: #60B0FC;
}
.TagClassName
{
border-color: #60B0FC;
}
</style>