Shades of Maya Blue #76BEFE
Tints of Maya Blue #76BEFE
RGB
CMYK
RGB Variations
Color information
#76BEFE (or 0x76BEFE) is known color: Maya Blue. HEX triplet: 76, BE and FE. RGB value is (118,190,254). Sum of RGB (Red+Green+Blue) = 118+190+254=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #76BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEFE is #894101. Grayscale: #AFAFAF. Windows color (decimal): -8995074 or 16694902. OLE color: 16694902.
HSL color Cylindrical-coordinate representation of color #76BEFE: hue angle of 208.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BEFE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 190 | 254 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.00 |
| HSL | 208.24º | 0.99% | 0.73% | - |
| HSV(B) | 208.24º | 0.54% | 1% | - |
| XYZ | 43.77 | 47.83 | 100.69 | - |
| YUV | 175.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 254 | 0.54 | 0.25 | 0 | 0.00 | 208.24 | 0.99 | 0.73 |
| Hex | 76 | BE | FE | 36 | 19 | 0 | 0 | D0 | 63 | 49 |
| Octal | 166 | 276 | 376 | 66 | 31 | 0 | 0 | 320 | 143 | 111 |
| Binary | 1110110 | 10111110 | 11111110 | 110110 | 11001 | 0 | 0 | 11010000 | 1100011 | 1001001 |
Color Harmonies of #76BEFE
Complementary color
Monochromatic Colors of #76BEFE
Black with #76BEFE
Text Example
Text Example
White with #76BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BEFE; }
p { color: rgb(118,190,254); }
H1.HeaderClassName
{
color: #76BEFE;
}
.AnyTagClassName
{
color: #76BEFE;
}
</style>
background-color css
<style>
a { background-color: #76BEFE; }
a { background-color: rgb(118,190,254); }
div.DivClassName
{
background-color: #76BEFE;
}
.BgClassName
{
background-color: #76BEFE;
}
</style>
border-color css
<style>
span { border-color: #76BEFE; }
span { border-color: rgb(118,190,254); }
td.TdClassName
{
border-color: #76BEFE;
}
.TagClassName
{
border-color: #76BEFE;
}
</style>