Shades of Maya Blue #74C3EC
Tints of Maya Blue #74C3EC
RGB
CMYK
RGB Variations
Color information
#74C3EC (or 0x74C3EC) is known color: Maya Blue. HEX triplet: 74, C3 and EC. RGB value is (116,195,236). Sum of RGB (Red+Green+Blue) = 116+195+236=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #74C3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C3EC is #8B3C13. Grayscale: #AFAFAF. Windows color (decimal): -9124884 or 15516532. OLE color: 15516532.
HSL color Cylindrical-coordinate representation of color #74C3EC: hue angle of 200.5º 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 #74C3EC is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 195 | 236 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.07 |
| HSL | 200.5º | 0.76% | 0.69% | - |
| HSV(B) | 200.5º | 0.51% | 0.93% | - |
| XYZ | 41.86 | 48.8 | 86.57 | - |
| YUV | 176.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 236 | 0.51 | 0.17 | 0 | 0.07 | 200.5 | 0.76 | 0.69 |
| Hex | 74 | C3 | EC | 33 | 11 | 0 | 7 | C8 | 4C | 45 |
| Octal | 164 | 303 | 354 | 63 | 21 | 0 | 7 | 310 | 114 | 105 |
| Binary | 1110100 | 11000011 | 11101100 | 110011 | 10001 | 0 | 111 | 11001000 | 1001100 | 1000101 |
Color Harmonies of #74C3EC
Complementary color
Monochromatic Colors of #74C3EC
Black with #74C3EC
Text Example
Text Example
White with #74C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C3EC; }
p { color: rgb(116,195,236); }
H1.HeaderClassName
{
color: #74C3EC;
}
.AnyTagClassName
{
color: #74C3EC;
}
</style>
background-color css
<style>
a { background-color: #74C3EC; }
a { background-color: rgb(116,195,236); }
div.DivClassName
{
background-color: #74C3EC;
}
.BgClassName
{
background-color: #74C3EC;
}
</style>
border-color css
<style>
span { border-color: #74C3EC; }
span { border-color: rgb(116,195,236); }
td.TdClassName
{
border-color: #74C3EC;
}
.TagClassName
{
border-color: #74C3EC;
}
</style>