Shades of Maya Blue #60D2FF
Tints of Maya Blue #60D2FF
RGB
CMYK
RGB Variations
Color information
#60D2FF (or 0x60D2FF) is known color: Maya Blue. HEX triplet: 60, D2 and FF. RGB value is (96,210,255). Sum of RGB (Red+Green+Blue) = 96+210+255=561 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.11% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #60D2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D2FF is #9F2D00. Grayscale: #B4B4B4. Windows color (decimal): -10431745 or 16765536. OLE color: 16765536.
HSL color Cylindrical-coordinate representation of color #60D2FF: hue angle of 196.98º 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 #60D2FF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 210 | 255 | - |
| CMYK | 0.62 | 0.18 | 0 | 0 |
| HSL | 196.98º | 1% | 0.69% | - |
| HSV(B) | 196.98º | 0.62% | 1% | - |
| XYZ | 45.92 | 55.8 | 102.96 | - |
| YUV | 181.04 | 169.73 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 210 | 255 | 0.62 | 0.18 | 0 | 0 | 196.98 | 1 | 0.69 |
| Hex | 60 | D2 | FF | 3E | 12 | 0 | 0 | C5 | 64 | 45 |
| Octal | 140 | 322 | 377 | 76 | 22 | 0 | 0 | 305 | 144 | 105 |
| Binary | 1100000 | 11010010 | 11111111 | 111110 | 10010 | 0 | 0 | 11000101 | 1100100 | 1000101 |
Color Harmonies of #60D2FF
Complementary color
Monochromatic Colors of #60D2FF
Black with #60D2FF
Text Example
Text Example
White with #60D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D2FF; }
p { color: rgb(96,210,255); }
H1.HeaderClassName
{
color: #60D2FF;
}
.AnyTagClassName
{
color: #60D2FF;
}
</style>
background-color css
<style>
a { background-color: #60D2FF; }
a { background-color: rgb(96,210,255); }
div.DivClassName
{
background-color: #60D2FF;
}
.BgClassName
{
background-color: #60D2FF;
}
</style>
border-color css
<style>
span { border-color: #60D2FF; }
span { border-color: rgb(96,210,255); }
td.TdClassName
{
border-color: #60D2FF;
}
.TagClassName
{
border-color: #60D2FF;
}
</style>