Shades of Maya Blue #76B4F1
Tints of Maya Blue #76B4F1
RGB
CMYK
RGB Variations
Color information
#76B4F1 (or 0x76B4F1) is known color: Maya Blue. HEX triplet: 76, B4 and F1. RGB value is (118,180,241). Sum of RGB (Red+Green+Blue) = 118+180+241=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #76B4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B4F1 is #894B0E. Grayscale: #A8A8A8. Windows color (decimal): -8997647 or 15840374. OLE color: 15840374.
HSL color Cylindrical-coordinate representation of color #76B4F1: hue angle of 209.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76B4F1 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 180 | 241 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.05 |
| HSL | 209.76º | 0.81% | 0.7% | - |
| HSV(B) | 209.76º | 0.51% | 0.95% | - |
| XYZ | 39.67 | 42.84 | 89.4 | - |
| YUV | 168.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 241 | 0.51 | 0.25 | 0 | 0.05 | 209.76 | 0.81 | 0.7 |
| Hex | 76 | B4 | F1 | 33 | 19 | 0 | 5 | D2 | 51 | 46 |
| Octal | 166 | 264 | 361 | 63 | 31 | 0 | 5 | 322 | 121 | 106 |
| Binary | 1110110 | 10110100 | 11110001 | 110011 | 11001 | 0 | 101 | 11010010 | 1010001 | 1000110 |
Color Harmonies of #76B4F1
Complementary color
Monochromatic Colors of #76B4F1
Black with #76B4F1
Text Example
Text Example
White with #76B4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B4F1; }
p { color: rgb(118,180,241); }
H1.HeaderClassName
{
color: #76B4F1;
}
.AnyTagClassName
{
color: #76B4F1;
}
</style>
background-color css
<style>
a { background-color: #76B4F1; }
a { background-color: rgb(118,180,241); }
div.DivClassName
{
background-color: #76B4F1;
}
.BgClassName
{
background-color: #76B4F1;
}
</style>
border-color css
<style>
span { border-color: #76B4F1; }
span { border-color: rgb(118,180,241); }
td.TdClassName
{
border-color: #76B4F1;
}
.TagClassName
{
border-color: #76B4F1;
}
</style>