Shades of Maya Blue #60CAFF
Tints of Maya Blue #60CAFF
RGB
CMYK
RGB Variations
Color information
#60CAFF (or 0x60CAFF) is known color: Maya Blue. HEX triplet: 60, CA and FF. RGB value is (96,202,255). Sum of RGB (Red+Green+Blue) = 96+202+255=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #60CAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CAFF is #9F3500. Grayscale: #B0B0B0. Windows color (decimal): -10433793 or 16763488. OLE color: 16763488.
HSL color Cylindrical-coordinate representation of color #60CAFF: hue angle of 200º 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 #60CAFF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 202 | 255 | - |
| CMYK | 0.62 | 0.21 | 0 | 0 |
| HSL | 200º | 1% | 0.69% | - |
| HSV(B) | 200º | 0.62% | 1% | - |
| XYZ | 43.99 | 51.95 | 102.32 | - |
| YUV | 176.35 | 172.38 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 255 | 0.62 | 0.21 | 0 | 0 | 200 | 1 | 0.69 |
| Hex | 60 | CA | FF | 3E | 15 | 0 | 0 | C8 | 64 | 45 |
| Octal | 140 | 312 | 377 | 76 | 25 | 0 | 0 | 310 | 144 | 105 |
| Binary | 1100000 | 11001010 | 11111111 | 111110 | 10101 | 0 | 0 | 11001000 | 1100100 | 1000101 |
Color Harmonies of #60CAFF
Complementary color
Monochromatic Colors of #60CAFF
Black with #60CAFF
Text Example
Text Example
White with #60CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAFF; }
p { color: rgb(96,202,255); }
H1.HeaderClassName
{
color: #60CAFF;
}
.AnyTagClassName
{
color: #60CAFF;
}
</style>
background-color css
<style>
a { background-color: #60CAFF; }
a { background-color: rgb(96,202,255); }
div.DivClassName
{
background-color: #60CAFF;
}
.BgClassName
{
background-color: #60CAFF;
}
</style>
border-color css
<style>
span { border-color: #60CAFF; }
span { border-color: rgb(96,202,255); }
td.TdClassName
{
border-color: #60CAFF;
}
.TagClassName
{
border-color: #60CAFF;
}
</style>