Shades of Maya Blue #60B2FA
Tints of Maya Blue #60B2FA
RGB
CMYK
RGB Variations
Color information
#60B2FA (or 0x60B2FA) is known color: Maya Blue. HEX triplet: 60, B2 and FA. RGB value is (96,178,250). Sum of RGB (Red+Green+Blue) = 96+178+250=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #60B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B2FA is #9F4D05. Grayscale: #A1A1A1. Windows color (decimal): -10439942 or 16429664. OLE color: 16429664.
HSL color Cylindrical-coordinate representation of color #60B2FA: hue angle of 208.05º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60B2FA is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 178 | 250 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.02 |
| HSL | 208.05º | 0.94% | 0.68% | - |
| HSV(B) | 208.05º | 0.62% | 0.98% | - |
| XYZ | 38 | 41.23 | 96.4 | - |
| YUV | 161.69 | 177.83 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 250 | 0.62 | 0.29 | 0 | 0.02 | 208.05 | 0.94 | 0.68 |
| Hex | 60 | B2 | FA | 3E | 1D | 0 | 2 | D0 | 5E | 44 |
| Octal | 140 | 262 | 372 | 76 | 35 | 0 | 2 | 320 | 136 | 104 |
| Binary | 1100000 | 10110010 | 11111010 | 111110 | 11101 | 0 | 10 | 11010000 | 1011110 | 1000100 |
Color Harmonies of #60B2FA
Complementary color
Monochromatic Colors of #60B2FA
Black with #60B2FA
Text Example
Text Example
White with #60B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2FA; }
p { color: rgb(96,178,250); }
H1.HeaderClassName
{
color: #60B2FA;
}
.AnyTagClassName
{
color: #60B2FA;
}
</style>
background-color css
<style>
a { background-color: #60B2FA; }
a { background-color: rgb(96,178,250); }
div.DivClassName
{
background-color: #60B2FA;
}
.BgClassName
{
background-color: #60B2FA;
}
</style>
border-color css
<style>
span { border-color: #60B2FA; }
span { border-color: rgb(96,178,250); }
td.TdClassName
{
border-color: #60B2FA;
}
.TagClassName
{
border-color: #60B2FA;
}
</style>