Shades of Maya Blue #60BCF8
Tints of Maya Blue #60BCF8
RGB
CMYK
RGB Variations
Color information
#60BCF8 (or 0x60BCF8) is known color: Maya Blue. HEX triplet: 60, BC and F8. RGB value is (96,188,248). Sum of RGB (Red+Green+Blue) = 96+188+248=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #60BCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCF8 is #9F4307. Grayscale: #A6A6A6. Windows color (decimal): -10437384 or 16301152. OLE color: 16301152.
HSL color Cylindrical-coordinate representation of color #60BCF8: hue angle of 203.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BCF8 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 188 | 248 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.03 |
| HSL | 203.68º | 0.92% | 0.67% | - |
| HSV(B) | 203.68º | 0.61% | 0.97% | - |
| XYZ | 39.75 | 45.23 | 95.44 | - |
| YUV | 167.33 | 173.52 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 248 | 0.61 | 0.24 | 0 | 0.03 | 203.68 | 0.92 | 0.67 |
| Hex | 60 | BC | F8 | 3D | 18 | 0 | 3 | CC | 5C | 43 |
| Octal | 140 | 274 | 370 | 75 | 30 | 0 | 3 | 314 | 134 | 103 |
| Binary | 1100000 | 10111100 | 11111000 | 111101 | 11000 | 0 | 11 | 11001100 | 1011100 | 1000011 |
Color Harmonies of #60BCF8
Complementary color
Monochromatic Colors of #60BCF8
Black with #60BCF8
Text Example
Text Example
White with #60BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCF8; }
p { color: rgb(96,188,248); }
H1.HeaderClassName
{
color: #60BCF8;
}
.AnyTagClassName
{
color: #60BCF8;
}
</style>
background-color css
<style>
a { background-color: #60BCF8; }
a { background-color: rgb(96,188,248); }
div.DivClassName
{
background-color: #60BCF8;
}
.BgClassName
{
background-color: #60BCF8;
}
</style>
border-color css
<style>
span { border-color: #60BCF8; }
span { border-color: rgb(96,188,248); }
td.TdClassName
{
border-color: #60BCF8;
}
.TagClassName
{
border-color: #60BCF8;
}
</style>