Shades of Maya Blue #60CFFF
Tints of Maya Blue #60CFFF
RGB
CMYK
RGB Variations
Color information
#60CFFF (or 0x60CFFF) is known color: Maya Blue. HEX triplet: 60, CF and FF. RGB value is (96,207,255). Sum of RGB (Red+Green+Blue) = 96+207+255=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #60CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFFF is #9F3000. Grayscale: #B2B2B2. Windows color (decimal): -10432513 or 16764768. OLE color: 16764768.
HSL color Cylindrical-coordinate representation of color #60CFFF: hue angle of 198.11º 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 #60CFFF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 207 | 255 | - |
| CMYK | 0.62 | 0.19 | 0 | 0 |
| HSL | 198.11º | 1% | 0.69% | - |
| HSV(B) | 198.11º | 0.62% | 1% | - |
| XYZ | 45.19 | 54.33 | 102.71 | - |
| YUV | 179.28 | 170.73 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 255 | 0.62 | 0.19 | 0 | 0 | 198.11 | 1 | 0.69 |
| Hex | 60 | CF | FF | 3E | 13 | 0 | 0 | C6 | 64 | 45 |
| Octal | 140 | 317 | 377 | 76 | 23 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1100000 | 11001111 | 11111111 | 111110 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #60CFFF
Complementary color
Monochromatic Colors of #60CFFF
Black with #60CFFF
Text Example
Text Example
White with #60CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFFF; }
p { color: rgb(96,207,255); }
H1.HeaderClassName
{
color: #60CFFF;
}
.AnyTagClassName
{
color: #60CFFF;
}
</style>
background-color css
<style>
a { background-color: #60CFFF; }
a { background-color: rgb(96,207,255); }
div.DivClassName
{
background-color: #60CFFF;
}
.BgClassName
{
background-color: #60CFFF;
}
</style>
border-color css
<style>
span { border-color: #60CFFF; }
span { border-color: rgb(96,207,255); }
td.TdClassName
{
border-color: #60CFFF;
}
.TagClassName
{
border-color: #60CFFF;
}
</style>