Shades of Maya Blue #60CCFE
Tints of Maya Blue #60CCFE
RGB
CMYK
RGB Variations
Color information
#60CCFE (or 0x60CCFE) is known color: Maya Blue. HEX triplet: 60, CC and FE. RGB value is (96,204,254). Sum of RGB (Red+Green+Blue) = 96+204+254=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #60CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CCFE is #9F3301. Grayscale: #B1B1B1. Windows color (decimal): -10433282 or 16698464. OLE color: 16698464.
HSL color Cylindrical-coordinate representation of color #60CCFE: hue angle of 198.99º 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 #60CCFE is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 204 | 254 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.00 |
| HSL | 198.99º | 0.99% | 0.69% | - |
| HSV(B) | 198.99º | 0.62% | 1% | - |
| XYZ | 44.31 | 52.83 | 101.63 | - |
| YUV | 177.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 254 | 0.62 | 0.20 | 0 | 0.00 | 198.99 | 0.99 | 0.69 |
| Hex | 60 | CC | FE | 3E | 14 | 0 | 0 | C7 | 63 | 45 |
| Octal | 140 | 314 | 376 | 76 | 24 | 0 | 0 | 307 | 143 | 105 |
| Binary | 1100000 | 11001100 | 11111110 | 111110 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000101 |
Color Harmonies of #60CCFE
Complementary color
Monochromatic Colors of #60CCFE
Black with #60CCFE
Text Example
Text Example
White with #60CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCFE; }
p { color: rgb(96,204,254); }
H1.HeaderClassName
{
color: #60CCFE;
}
.AnyTagClassName
{
color: #60CCFE;
}
</style>
background-color css
<style>
a { background-color: #60CCFE; }
a { background-color: rgb(96,204,254); }
div.DivClassName
{
background-color: #60CCFE;
}
.BgClassName
{
background-color: #60CCFE;
}
</style>
border-color css
<style>
span { border-color: #60CCFE; }
span { border-color: rgb(96,204,254); }
td.TdClassName
{
border-color: #60CCFE;
}
.TagClassName
{
border-color: #60CCFE;
}
</style>