Shades of Maya Blue #60AFFE
Tints of Maya Blue #60AFFE
RGB
CMYK
RGB Variations
Color information
#60AFFE (or 0x60AFFE) is known color: Maya Blue. HEX triplet: 60, AF and FE. RGB value is (96,175,254). Sum of RGB (Red+Green+Blue) = 96+175+254=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #60AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AFFE is #9F5001. Grayscale: #9F9F9F. Windows color (decimal): -10440706 or 16691040. OLE color: 16691040.
HSL color Cylindrical-coordinate representation of color #60AFFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AFFE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 175 | 254 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.69% | - |
| HSV(B) | 210º | 0.62% | 1% | - |
| XYZ | 38.04 | 40.3 | 99.54 | - |
| YUV | 160.39 | 180.83 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 254 | 0.62 | 0.31 | 0 | 0.00 | 210 | 0.99 | 0.69 |
| Hex | 60 | AF | FE | 3E | 1F | 0 | 0 | D2 | 63 | 45 |
| Octal | 140 | 257 | 376 | 76 | 37 | 0 | 0 | 322 | 143 | 105 |
| Binary | 1100000 | 10101111 | 11111110 | 111110 | 11111 | 0 | 0 | 11010010 | 1100011 | 1000101 |
Color Harmonies of #60AFFE
Complementary color
Monochromatic Colors of #60AFFE
Black with #60AFFE
Text Example
Text Example
White with #60AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFFE; }
p { color: rgb(96,175,254); }
H1.HeaderClassName
{
color: #60AFFE;
}
.AnyTagClassName
{
color: #60AFFE;
}
</style>
background-color css
<style>
a { background-color: #60AFFE; }
a { background-color: rgb(96,175,254); }
div.DivClassName
{
background-color: #60AFFE;
}
.BgClassName
{
background-color: #60AFFE;
}
</style>
border-color css
<style>
span { border-color: #60AFFE; }
span { border-color: rgb(96,175,254); }
td.TdClassName
{
border-color: #60AFFE;
}
.TagClassName
{
border-color: #60AFFE;
}
</style>