Shades of Maya Blue #60CCFF
Tints of Maya Blue #60CCFF
RGB
CMYK
RGB Variations
Color information
#60CCFF (or 0x60CCFF) is known color: Maya Blue. HEX triplet: 60, CC and FF. RGB value is (96,204,255). Sum of RGB (Red+Green+Blue) = 96+204+255=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #60CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CCFF is #9F3300. Grayscale: #B1B1B1. Windows color (decimal): -10433281 or 16764000. OLE color: 16764000.
HSL color Cylindrical-coordinate representation of color #60CCFF: hue angle of 199.25º 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 #60CCFF is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 204 | 255 | - |
| CMYK | 0.62 | 0.2 | 0 | 0 |
| HSL | 199.25º | 1% | 0.69% | - |
| HSV(B) | 199.25º | 0.62% | 1% | - |
| XYZ | 44.47 | 52.89 | 102.47 | - |
| YUV | 177.52 | 171.72 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 255 | 0.62 | 0.2 | 0 | 0 | 199.25 | 1 | 0.69 |
| Hex | 60 | CC | FF | 3E | 14 | 0 | 0 | C7 | 64 | 45 |
| Octal | 140 | 314 | 377 | 76 | 24 | 0 | 0 | 307 | 144 | 105 |
| Binary | 1100000 | 11001100 | 11111111 | 111110 | 10100 | 0 | 0 | 11000111 | 1100100 | 1000101 |
Color Harmonies of #60CCFF
Complementary color
Monochromatic Colors of #60CCFF
Black with #60CCFF
Text Example
Text Example
White with #60CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCFF; }
p { color: rgb(96,204,255); }
H1.HeaderClassName
{
color: #60CCFF;
}
.AnyTagClassName
{
color: #60CCFF;
}
</style>
background-color css
<style>
a { background-color: #60CCFF; }
a { background-color: rgb(96,204,255); }
div.DivClassName
{
background-color: #60CCFF;
}
.BgClassName
{
background-color: #60CCFF;
}
</style>
border-color css
<style>
span { border-color: #60CCFF; }
span { border-color: rgb(96,204,255); }
td.TdClassName
{
border-color: #60CCFF;
}
.TagClassName
{
border-color: #60CCFF;
}
</style>