Shades of Maya Blue #60AFFF
Tints of Maya Blue #60AFFF
RGB
CMYK
RGB Variations
Color information
#60AFFF (or 0x60AFFF) is known color: Maya Blue. HEX triplet: 60, AF and FF. RGB value is (96,175,255). Sum of RGB (Red+Green+Blue) = 96+175+255=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #60AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AFFF is #9F5000. Grayscale: #A0A0A0. Windows color (decimal): -10440705 or 16756576. OLE color: 16756576.
HSL color Cylindrical-coordinate representation of color #60AFFF: hue angle of 210.19º 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 #60AFFF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 175 | 255 | - |
| CMYK | 0.62 | 0.31 | 0 | 0 |
| HSL | 210.19º | 1% | 0.69% | - |
| HSV(B) | 210.19º | 0.62% | 1% | - |
| XYZ | 38.2 | 40.37 | 100.39 | - |
| YUV | 160.5 | 181.33 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 255 | 0.62 | 0.31 | 0 | 0 | 210.19 | 1 | 0.69 |
| Hex | 60 | AF | FF | 3E | 1F | 0 | 0 | D2 | 64 | 45 |
| Octal | 140 | 257 | 377 | 76 | 37 | 0 | 0 | 322 | 144 | 105 |
| Binary | 1100000 | 10101111 | 11111111 | 111110 | 11111 | 0 | 0 | 11010010 | 1100100 | 1000101 |
Color Harmonies of #60AFFF
Complementary color
Monochromatic Colors of #60AFFF
Black with #60AFFF
Text Example
Text Example
White with #60AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFFF; }
p { color: rgb(96,175,255); }
H1.HeaderClassName
{
color: #60AFFF;
}
.AnyTagClassName
{
color: #60AFFF;
}
</style>
background-color css
<style>
a { background-color: #60AFFF; }
a { background-color: rgb(96,175,255); }
div.DivClassName
{
background-color: #60AFFF;
}
.BgClassName
{
background-color: #60AFFF;
}
</style>
border-color css
<style>
span { border-color: #60AFFF; }
span { border-color: rgb(96,175,255); }
td.TdClassName
{
border-color: #60AFFF;
}
.TagClassName
{
border-color: #60AFFF;
}
</style>