Shades of Maya Blue #76BFF4
Tints of Maya Blue #76BFF4
RGB
CMYK
RGB Variations
Color information
#76BFF4 (or 0x76BFF4) is known color: Maya Blue. HEX triplet: 76, BF and F4. RGB value is (118,191,244). Sum of RGB (Red+Green+Blue) = 118+191+244=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #76BFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BFF4 is #89400B. Grayscale: #AEAEAE. Windows color (decimal): -8994828 or 16039798. OLE color: 16039798.
HSL color Cylindrical-coordinate representation of color #76BFF4: hue angle of 205.24º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76BFF4 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 191 | 244 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.04 |
| HSL | 205.24º | 0.85% | 0.71% | - |
| HSV(B) | 205.24º | 0.52% | 0.96% | - |
| XYZ | 42.43 | 47.64 | 92.55 | - |
| YUV | 175.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 244 | 0.52 | 0.22 | 0 | 0.04 | 205.24 | 0.85 | 0.71 |
| Hex | 76 | BF | F4 | 34 | 16 | 0 | 4 | CD | 55 | 47 |
| Octal | 166 | 277 | 364 | 64 | 26 | 0 | 4 | 315 | 125 | 107 |
| Binary | 1110110 | 10111111 | 11110100 | 110100 | 10110 | 0 | 100 | 11001101 | 1010101 | 1000111 |
Color Harmonies of #76BFF4
Complementary color
Monochromatic Colors of #76BFF4
Black with #76BFF4
Text Example
Text Example
White with #76BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BFF4; }
p { color: rgb(118,191,244); }
H1.HeaderClassName
{
color: #76BFF4;
}
.AnyTagClassName
{
color: #76BFF4;
}
</style>
background-color css
<style>
a { background-color: #76BFF4; }
a { background-color: rgb(118,191,244); }
div.DivClassName
{
background-color: #76BFF4;
}
.BgClassName
{
background-color: #76BFF4;
}
</style>
border-color css
<style>
span { border-color: #76BFF4; }
span { border-color: rgb(118,191,244); }
td.TdClassName
{
border-color: #76BFF4;
}
.TagClassName
{
border-color: #76BFF4;
}
</style>