Shades of Maya Blue #74BCF6
Tints of Maya Blue #74BCF6
RGB
CMYK
RGB Variations
Color information
#74BCF6 (or 0x74BCF6) is known color: Maya Blue. HEX triplet: 74, BC and F6. RGB value is (116,188,246). Sum of RGB (Red+Green+Blue) = 116+188+246=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #74BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCF6 is #8B4309. Grayscale: #ACACAC. Windows color (decimal): -9126666 or 16170100. OLE color: 16170100.
HSL color Cylindrical-coordinate representation of color #74BCF6: hue angle of 206.77º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74BCF6 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 188 | 246 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.04 |
| HSL | 206.77º | 0.88% | 0.71% | - |
| HSV(B) | 206.77º | 0.53% | 0.96% | - |
| XYZ | 41.82 | 46.33 | 93.93 | - |
| YUV | 173.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 246 | 0.53 | 0.24 | 0 | 0.04 | 206.77 | 0.88 | 0.71 |
| Hex | 74 | BC | F6 | 35 | 18 | 0 | 4 | CF | 58 | 47 |
| Octal | 164 | 274 | 366 | 65 | 30 | 0 | 4 | 317 | 130 | 107 |
| Binary | 1110100 | 10111100 | 11110110 | 110101 | 11000 | 0 | 100 | 11001111 | 1011000 | 1000111 |
Color Harmonies of #74BCF6
Complementary color
Monochromatic Colors of #74BCF6
Black with #74BCF6
Text Example
Text Example
White with #74BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCF6; }
p { color: rgb(116,188,246); }
H1.HeaderClassName
{
color: #74BCF6;
}
.AnyTagClassName
{
color: #74BCF6;
}
</style>
background-color css
<style>
a { background-color: #74BCF6; }
a { background-color: rgb(116,188,246); }
div.DivClassName
{
background-color: #74BCF6;
}
.BgClassName
{
background-color: #74BCF6;
}
</style>
border-color css
<style>
span { border-color: #74BCF6; }
span { border-color: rgb(116,188,246); }
td.TdClassName
{
border-color: #74BCF6;
}
.TagClassName
{
border-color: #74BCF6;
}
</style>