Shades of Maya Blue #7FBEEF
Tints of Maya Blue #7FBEEF
RGB
CMYK
RGB Variations
Color information
#7FBEEF (or 0x7FBEEF) is known color: Maya Blue. HEX triplet: 7F, BE and EF. RGB value is (127,190,239). Sum of RGB (Red+Green+Blue) = 127+190+239=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FBEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBEEF is #804110. Grayscale: #B0B0B0. Windows color (decimal): -8405265 or 15711871. OLE color: 15711871.
HSL color Cylindrical-coordinate representation of color #7FBEEF: hue angle of 206.25º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FBEEF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 190 | 239 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.06 |
| HSL | 206.25º | 0.78% | 0.72% | - |
| HSV(B) | 206.25º | 0.47% | 0.94% | - |
| XYZ | 42.75 | 47.57 | 88.59 | - |
| YUV | 176.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 239 | 0.47 | 0.21 | 0 | 0.06 | 206.25 | 0.78 | 0.72 |
| Hex | 7F | BE | EF | 2F | 15 | 0 | 6 | CE | 4E | 48 |
| Octal | 177 | 276 | 357 | 57 | 25 | 0 | 6 | 316 | 116 | 110 |
| Binary | 1111111 | 10111110 | 11101111 | 101111 | 10101 | 0 | 110 | 11001110 | 1001110 | 1001000 |
Color Harmonies of #7FBEEF
Complementary color
Monochromatic Colors of #7FBEEF
Black with #7FBEEF
Text Example
Text Example
White with #7FBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBEEF; }
p { color: rgb(127,190,239); }
H1.HeaderClassName
{
color: #7FBEEF;
}
.AnyTagClassName
{
color: #7FBEEF;
}
</style>
background-color css
<style>
a { background-color: #7FBEEF; }
a { background-color: rgb(127,190,239); }
div.DivClassName
{
background-color: #7FBEEF;
}
.BgClassName
{
background-color: #7FBEEF;
}
</style>
border-color css
<style>
span { border-color: #7FBEEF; }
span { border-color: rgb(127,190,239); }
td.TdClassName
{
border-color: #7FBEEF;
}
.TagClassName
{
border-color: #7FBEEF;
}
</style>