Shades of Maya Blue #76CBF1
Tints of Maya Blue #76CBF1
RGB
CMYK
RGB Variations
Color information
#76CBF1 (or 0x76CBF1) is known color: Maya Blue. HEX triplet: 76, CB and F1. RGB value is (118,203,241). Sum of RGB (Red+Green+Blue) = 118+203+241=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #76CBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBF1 is #89340E. Grayscale: #B5B5B5. Windows color (decimal): -8991759 or 15846262. OLE color: 15846262.
HSL color Cylindrical-coordinate representation of color #76CBF1: hue angle of 198.54º 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 #76CBF1 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 203 | 241 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.05 |
| HSL | 198.54º | 0.81% | 0.7% | - |
| HSV(B) | 198.54º | 0.51% | 0.95% | - |
| XYZ | 44.7 | 52.91 | 91.08 | - |
| YUV | 181.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 241 | 0.51 | 0.16 | 0 | 0.05 | 198.54 | 0.81 | 0.7 |
| Hex | 76 | CB | F1 | 33 | 10 | 0 | 5 | C7 | 51 | 46 |
| Octal | 166 | 313 | 361 | 63 | 20 | 0 | 5 | 307 | 121 | 106 |
| Binary | 1110110 | 11001011 | 11110001 | 110011 | 10000 | 0 | 101 | 11000111 | 1010001 | 1000110 |
Color Harmonies of #76CBF1
Complementary color
Monochromatic Colors of #76CBF1
Black with #76CBF1
Text Example
Text Example
White with #76CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CBF1; }
p { color: rgb(118,203,241); }
H1.HeaderClassName
{
color: #76CBF1;
}
.AnyTagClassName
{
color: #76CBF1;
}
</style>
background-color css
<style>
a { background-color: #76CBF1; }
a { background-color: rgb(118,203,241); }
div.DivClassName
{
background-color: #76CBF1;
}
.BgClassName
{
background-color: #76CBF1;
}
</style>
border-color css
<style>
span { border-color: #76CBF1; }
span { border-color: rgb(118,203,241); }
td.TdClassName
{
border-color: #76CBF1;
}
.TagClassName
{
border-color: #76CBF1;
}
</style>