Shades of Maya Blue #74C2EC
Tints of Maya Blue #74C2EC
RGB
CMYK
RGB Variations
Color information
#74C2EC (or 0x74C2EC) is known color: Maya Blue. HEX triplet: 74, C2 and EC. RGB value is (116,194,236). Sum of RGB (Red+Green+Blue) = 116+194+236=546 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.25% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #74C2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C2EC is #8B3D13. Grayscale: #AFAFAF. Windows color (decimal): -9125140 or 15516276. OLE color: 15516276.
HSL color Cylindrical-coordinate representation of color #74C2EC: hue angle of 201º 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 #74C2EC is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 194 | 236 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.07 |
| HSL | 201º | 0.76% | 0.69% | - |
| HSV(B) | 201º | 0.51% | 0.93% | - |
| XYZ | 41.63 | 48.35 | 86.5 | - |
| YUV | 175.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 236 | 0.51 | 0.18 | 0 | 0.07 | 201 | 0.76 | 0.69 |
| Hex | 74 | C2 | EC | 33 | 12 | 0 | 7 | C9 | 4C | 45 |
| Octal | 164 | 302 | 354 | 63 | 22 | 0 | 7 | 311 | 114 | 105 |
| Binary | 1110100 | 11000010 | 11101100 | 110011 | 10010 | 0 | 111 | 11001001 | 1001100 | 1000101 |
Color Harmonies of #74C2EC
Complementary color
Monochromatic Colors of #74C2EC
Black with #74C2EC
Text Example
Text Example
White with #74C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C2EC; }
p { color: rgb(116,194,236); }
H1.HeaderClassName
{
color: #74C2EC;
}
.AnyTagClassName
{
color: #74C2EC;
}
</style>
background-color css
<style>
a { background-color: #74C2EC; }
a { background-color: rgb(116,194,236); }
div.DivClassName
{
background-color: #74C2EC;
}
.BgClassName
{
background-color: #74C2EC;
}
</style>
border-color css
<style>
span { border-color: #74C2EC; }
span { border-color: rgb(116,194,236); }
td.TdClassName
{
border-color: #74C2EC;
}
.TagClassName
{
border-color: #74C2EC;
}
</style>