Shades of Maya Blue #74BCFE
Tints of Maya Blue #74BCFE
RGB
CMYK
RGB Variations
Color information
#74BCFE (or 0x74BCFE) is known color: Maya Blue. HEX triplet: 74, BC and FE. RGB value is (116,188,254). Sum of RGB (Red+Green+Blue) = 116+188+254=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #74BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCFE is #8B4301. Grayscale: #ADADAD. Windows color (decimal): -9126658 or 16694388. OLE color: 16694388.
HSL color Cylindrical-coordinate representation of color #74BCFE: hue angle of 208.7º 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 #74BCFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 188 | 254 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.00 |
| HSL | 208.7º | 0.99% | 0.73% | - |
| HSV(B) | 208.7º | 0.54% | 1% | - |
| XYZ | 43.08 | 46.84 | 100.54 | - |
| YUV | 174 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 254 | 0.54 | 0.26 | 0 | 0.00 | 208.7 | 0.99 | 0.73 |
| Hex | 74 | BC | FE | 36 | 1A | 0 | 0 | D1 | 63 | 49 |
| Octal | 164 | 274 | 376 | 66 | 32 | 0 | 0 | 321 | 143 | 111 |
| Binary | 1110100 | 10111100 | 11111110 | 110110 | 11010 | 0 | 0 | 11010001 | 1100011 | 1001001 |
Color Harmonies of #74BCFE
Complementary color
Monochromatic Colors of #74BCFE
Black with #74BCFE
Text Example
Text Example
White with #74BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCFE; }
p { color: rgb(116,188,254); }
H1.HeaderClassName
{
color: #74BCFE;
}
.AnyTagClassName
{
color: #74BCFE;
}
</style>
background-color css
<style>
a { background-color: #74BCFE; }
a { background-color: rgb(116,188,254); }
div.DivClassName
{
background-color: #74BCFE;
}
.BgClassName
{
background-color: #74BCFE;
}
</style>
border-color css
<style>
span { border-color: #74BCFE; }
span { border-color: rgb(116,188,254); }
td.TdClassName
{
border-color: #74BCFE;
}
.TagClassName
{
border-color: #74BCFE;
}
</style>