Shades of Maya Blue #60ACFF
Tints of Maya Blue #60ACFF
RGB
CMYK
RGB Variations
Color information
#60ACFF (or 0x60ACFF) is known color: Maya Blue. HEX triplet: 60, AC and FF. RGB value is (96,172,255). Sum of RGB (Red+Green+Blue) = 96+172+255=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #60ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACFF is #9F5300. Grayscale: #9E9E9E. Windows color (decimal): -10441473 or 16755808. OLE color: 16755808.
HSL color Cylindrical-coordinate representation of color #60ACFF: hue angle of 211.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60ACFF is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 172 | 255 | - |
| CMYK | 0.62 | 0.33 | 0 | 0 |
| HSL | 211.32º | 1% | 0.69% | - |
| HSV(B) | 211.32º | 0.62% | 1% | - |
| XYZ | 37.63 | 39.21 | 100.19 | - |
| YUV | 158.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 255 | 0.62 | 0.33 | 0 | 0 | 211.32 | 1 | 0.69 |
| Hex | 60 | AC | FF | 3E | 21 | 0 | 0 | D3 | 64 | 45 |
| Octal | 140 | 254 | 377 | 76 | 41 | 0 | 0 | 323 | 144 | 105 |
| Binary | 1100000 | 10101100 | 11111111 | 111110 | 100001 | 0 | 0 | 11010011 | 1100100 | 1000101 |
Color Harmonies of #60ACFF
Complementary color
Monochromatic Colors of #60ACFF
Black with #60ACFF
Text Example
Text Example
White with #60ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACFF; }
p { color: rgb(96,172,255); }
H1.HeaderClassName
{
color: #60ACFF;
}
.AnyTagClassName
{
color: #60ACFF;
}
</style>
background-color css
<style>
a { background-color: #60ACFF; }
a { background-color: rgb(96,172,255); }
div.DivClassName
{
background-color: #60ACFF;
}
.BgClassName
{
background-color: #60ACFF;
}
</style>
border-color css
<style>
span { border-color: #60ACFF; }
span { border-color: rgb(96,172,255); }
td.TdClassName
{
border-color: #60ACFF;
}
.TagClassName
{
border-color: #60ACFF;
}
</style>