Shades of Maya Blue #74BCEC
Tints of Maya Blue #74BCEC
RGB
CMYK
RGB Variations
Color information
#74BCEC (or 0x74BCEC) is known color: Maya Blue. HEX triplet: 74, BC and EC. RGB value is (116,188,236). Sum of RGB (Red+Green+Blue) = 116+188+236=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #74BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCEC is #8B4313. Grayscale: #ABABAB. Windows color (decimal): -9126676 or 15514740. OLE color: 15514740.
HSL color Cylindrical-coordinate representation of color #74BCEC: hue angle of 204º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BCEC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 188 | 236 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.07 |
| HSL | 204º | 0.76% | 0.69% | - |
| HSV(B) | 204º | 0.51% | 0.93% | - |
| XYZ | 40.33 | 45.74 | 86.06 | - |
| YUV | 171.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 236 | 0.51 | 0.20 | 0 | 0.07 | 204 | 0.76 | 0.69 |
| Hex | 74 | BC | EC | 33 | 14 | 0 | 7 | CC | 4C | 45 |
| Octal | 164 | 274 | 354 | 63 | 24 | 0 | 7 | 314 | 114 | 105 |
| Binary | 1110100 | 10111100 | 11101100 | 110011 | 10100 | 0 | 111 | 11001100 | 1001100 | 1000101 |
Color Harmonies of #74BCEC
Complementary color
Monochromatic Colors of #74BCEC
Black with #74BCEC
Text Example
Text Example
White with #74BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCEC; }
p { color: rgb(116,188,236); }
H1.HeaderClassName
{
color: #74BCEC;
}
.AnyTagClassName
{
color: #74BCEC;
}
</style>
background-color css
<style>
a { background-color: #74BCEC; }
a { background-color: rgb(116,188,236); }
div.DivClassName
{
background-color: #74BCEC;
}
.BgClassName
{
background-color: #74BCEC;
}
</style>
border-color css
<style>
span { border-color: #74BCEC; }
span { border-color: rgb(116,188,236); }
td.TdClassName
{
border-color: #74BCEC;
}
.TagClassName
{
border-color: #74BCEC;
}
</style>