Shades of Maya Blue #74BEFE
Tints of Maya Blue #74BEFE
RGB
CMYK
RGB Variations
Color information
#74BEFE (or 0x74BEFE) is known color: Maya Blue. HEX triplet: 74, BE and FE. RGB value is (116,190,254). Sum of RGB (Red+Green+Blue) = 116+190+254=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #74BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BEFE is #8B4101. Grayscale: #AEAEAE. Windows color (decimal): -9126146 or 16694900. OLE color: 16694900.
HSL color Cylindrical-coordinate representation of color #74BEFE: hue angle of 207.83º 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 #74BEFE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 190 | 254 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.00 |
| HSL | 207.83º | 0.99% | 0.73% | - |
| HSV(B) | 207.83º | 0.54% | 1% | - |
| XYZ | 43.51 | 47.7 | 100.68 | - |
| YUV | 175.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 254 | 0.54 | 0.25 | 0 | 0.00 | 207.83 | 0.99 | 0.73 |
| Hex | 74 | BE | FE | 36 | 19 | 0 | 0 | D0 | 63 | 49 |
| Octal | 164 | 276 | 376 | 66 | 31 | 0 | 0 | 320 | 143 | 111 |
| Binary | 1110100 | 10111110 | 11111110 | 110110 | 11001 | 0 | 0 | 11010000 | 1100011 | 1001001 |
Color Harmonies of #74BEFE
Complementary color
Monochromatic Colors of #74BEFE
Black with #74BEFE
Text Example
Text Example
White with #74BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEFE; }
p { color: rgb(116,190,254); }
H1.HeaderClassName
{
color: #74BEFE;
}
.AnyTagClassName
{
color: #74BEFE;
}
</style>
background-color css
<style>
a { background-color: #74BEFE; }
a { background-color: rgb(116,190,254); }
div.DivClassName
{
background-color: #74BEFE;
}
.BgClassName
{
background-color: #74BEFE;
}
</style>
border-color css
<style>
span { border-color: #74BEFE; }
span { border-color: rgb(116,190,254); }
td.TdClassName
{
border-color: #74BEFE;
}
.TagClassName
{
border-color: #74BEFE;
}
</style>