Shades of Maya Blue #76C5FD
Tints of Maya Blue #76C5FD
RGB
CMYK
RGB Variations
Color information
#76C5FD (or 0x76C5FD) is known color: Maya Blue. HEX triplet: 76, C5 and FD. RGB value is (118,197,253). Sum of RGB (Red+Green+Blue) = 118+197+253=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #76C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C5FD is #893A02. Grayscale: #B3B3B3. Windows color (decimal): -8993283 or 16631158. OLE color: 16631158.
HSL color Cylindrical-coordinate representation of color #76C5FD: hue angle of 204.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C5FD is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 197 | 253 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.01 |
| HSL | 204.89º | 0.97% | 0.73% | - |
| HSV(B) | 204.89º | 0.53% | 0.99% | - |
| XYZ | 45.17 | 50.88 | 100.37 | - |
| YUV | 179.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 253 | 0.53 | 0.22 | 0 | 0.01 | 204.89 | 0.97 | 0.73 |
| Hex | 76 | C5 | FD | 35 | 16 | 0 | 1 | CD | 61 | 49 |
| Octal | 166 | 305 | 375 | 65 | 26 | 0 | 1 | 315 | 141 | 111 |
| Binary | 1110110 | 11000101 | 11111101 | 110101 | 10110 | 0 | 1 | 11001101 | 1100001 | 1001001 |
Color Harmonies of #76C5FD
Complementary color
Monochromatic Colors of #76C5FD
Black with #76C5FD
Text Example
Text Example
White with #76C5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C5FD; }
p { color: rgb(118,197,253); }
H1.HeaderClassName
{
color: #76C5FD;
}
.AnyTagClassName
{
color: #76C5FD;
}
</style>
background-color css
<style>
a { background-color: #76C5FD; }
a { background-color: rgb(118,197,253); }
div.DivClassName
{
background-color: #76C5FD;
}
.BgClassName
{
background-color: #76C5FD;
}
</style>
border-color css
<style>
span { border-color: #76C5FD; }
span { border-color: rgb(118,197,253); }
td.TdClassName
{
border-color: #76C5FD;
}
.TagClassName
{
border-color: #76C5FD;
}
</style>