Shades of Maya Blue #60CBFF
Tints of Maya Blue #60CBFF
RGB
CMYK
RGB Variations
Color information
#60CBFF (or 0x60CBFF) is known color: Maya Blue. HEX triplet: 60, CB and FF. RGB value is (96,203,255). Sum of RGB (Red+Green+Blue) = 96+203+255=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #60CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBFF is #9F3400. Grayscale: #B0B0B0. Windows color (decimal): -10433537 or 16763744. OLE color: 16763744.
HSL color Cylindrical-coordinate representation of color #60CBFF: hue angle of 199.62º 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 #60CBFF is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 203 | 255 | - |
| CMYK | 0.62 | 0.20 | 0 | 0 |
| HSL | 199.62º | 1% | 0.69% | - |
| HSV(B) | 199.62º | 0.62% | 1% | - |
| XYZ | 44.23 | 52.42 | 102.39 | - |
| YUV | 176.94 | 172.05 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 255 | 0.62 | 0.20 | 0 | 0 | 199.62 | 1 | 0.69 |
| Hex | 60 | CB | FF | 3E | 14 | 0 | 0 | C8 | 64 | 45 |
| Octal | 140 | 313 | 377 | 76 | 24 | 0 | 0 | 310 | 144 | 105 |
| Binary | 1100000 | 11001011 | 11111111 | 111110 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000101 |
Color Harmonies of #60CBFF
Complementary color
Monochromatic Colors of #60CBFF
Black with #60CBFF
Text Example
Text Example
White with #60CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBFF; }
p { color: rgb(96,203,255); }
H1.HeaderClassName
{
color: #60CBFF;
}
.AnyTagClassName
{
color: #60CBFF;
}
</style>
background-color css
<style>
a { background-color: #60CBFF; }
a { background-color: rgb(96,203,255); }
div.DivClassName
{
background-color: #60CBFF;
}
.BgClassName
{
background-color: #60CBFF;
}
</style>
border-color css
<style>
span { border-color: #60CBFF; }
span { border-color: rgb(96,203,255); }
td.TdClassName
{
border-color: #60CBFF;
}
.TagClassName
{
border-color: #60CBFF;
}
</style>