Shades of Maya Blue #74B8F7
Tints of Maya Blue #74B8F7
RGB
CMYK
RGB Variations
Color information
#74B8F7 (or 0x74B8F7) is known color: Maya Blue. HEX triplet: 74, B8 and F7. RGB value is (116,184,247). Sum of RGB (Red+Green+Blue) = 116+184+247=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #74B8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B8F7 is #8B4708. Grayscale: #AAAAAA. Windows color (decimal): -9127689 or 16234612. OLE color: 16234612.
HSL color Cylindrical-coordinate representation of color #74B8F7: hue angle of 208.85º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74B8F7 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 184 | 247 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.03 |
| HSL | 208.86º | 0.89% | 0.71% | - |
| HSV(B) | 208.86º | 0.53% | 0.97% | - |
| XYZ | 41.13 | 44.71 | 94.46 | - |
| YUV | 170.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 247 | 0.53 | 0.26 | 0 | 0.03 | 208.86 | 0.89 | 0.71 |
| Hex | 74 | B8 | F7 | 35 | 1A | 0 | 3 | D1 | 59 | 47 |
| Octal | 164 | 270 | 367 | 65 | 32 | 0 | 3 | 321 | 131 | 107 |
| Binary | 1110100 | 10111000 | 11110111 | 110101 | 11010 | 0 | 11 | 11010001 | 1011001 | 1000111 |
Color Harmonies of #74B8F7
Complementary color
Monochromatic Colors of #74B8F7
Black with #74B8F7
Text Example
Text Example
White with #74B8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B8F7; }
p { color: rgb(116,184,247); }
H1.HeaderClassName
{
color: #74B8F7;
}
.AnyTagClassName
{
color: #74B8F7;
}
</style>
background-color css
<style>
a { background-color: #74B8F7; }
a { background-color: rgb(116,184,247); }
div.DivClassName
{
background-color: #74B8F7;
}
.BgClassName
{
background-color: #74B8F7;
}
</style>
border-color css
<style>
span { border-color: #74B8F7; }
span { border-color: rgb(116,184,247); }
td.TdClassName
{
border-color: #74B8F7;
}
.TagClassName
{
border-color: #74B8F7;
}
</style>