Shades of Maya Blue #74BBEC
Tints of Maya Blue #74BBEC
RGB
CMYK
RGB Variations
Color information
#74BBEC (or 0x74BBEC) is known color: Maya Blue. HEX triplet: 74, BB and EC. RGB value is (116,187,236). Sum of RGB (Red+Green+Blue) = 116+187+236=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #74BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BBEC is #8B4413. Grayscale: #ABABAB. Windows color (decimal): -9126932 or 15514484. OLE color: 15514484.
HSL color Cylindrical-coordinate representation of color #74BBEC: hue angle of 204.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 #74BBEC is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 187 | 236 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.07 |
| HSL | 204.5º | 0.76% | 0.69% | - |
| HSV(B) | 204.5º | 0.51% | 0.93% | - |
| XYZ | 40.11 | 45.31 | 85.99 | - |
| YUV | 171.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 236 | 0.51 | 0.21 | 0 | 0.07 | 204.5 | 0.76 | 0.69 |
| Hex | 74 | BB | EC | 33 | 15 | 0 | 7 | CC | 4C | 45 |
| Octal | 164 | 273 | 354 | 63 | 25 | 0 | 7 | 314 | 114 | 105 |
| Binary | 1110100 | 10111011 | 11101100 | 110011 | 10101 | 0 | 111 | 11001100 | 1001100 | 1000101 |
Color Harmonies of #74BBEC
Complementary color
Monochromatic Colors of #74BBEC
Black with #74BBEC
Text Example
Text Example
White with #74BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBEC; }
p { color: rgb(116,187,236); }
H1.HeaderClassName
{
color: #74BBEC;
}
.AnyTagClassName
{
color: #74BBEC;
}
</style>
background-color css
<style>
a { background-color: #74BBEC; }
a { background-color: rgb(116,187,236); }
div.DivClassName
{
background-color: #74BBEC;
}
.BgClassName
{
background-color: #74BBEC;
}
</style>
border-color css
<style>
span { border-color: #74BBEC; }
span { border-color: rgb(116,187,236); }
td.TdClassName
{
border-color: #74BBEC;
}
.TagClassName
{
border-color: #74BBEC;
}
</style>