Shades of Maya Blue #74BCED
Tints of Maya Blue #74BCED
RGB
CMYK
RGB Variations
Color information
#74BCED (or 0x74BCED) is known color: Maya Blue. HEX triplet: 74, BC and ED. RGB value is (116,188,237). Sum of RGB (Red+Green+Blue) = 116+188+237=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #74BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BCED is #8B4312. Grayscale: #ABABAB. Windows color (decimal): -9126675 or 15580276. OLE color: 15580276.
HSL color Cylindrical-coordinate representation of color #74BCED: hue angle of 204.3º degrees, saturation: 0.77, 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 #74BCED is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 188 | 237 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.07 |
| HSL | 204.3º | 0.77% | 0.69% | - |
| HSV(B) | 204.3º | 0.51% | 0.93% | - |
| XYZ | 40.47 | 45.79 | 86.83 | - |
| YUV | 172.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 237 | 0.51 | 0.21 | 0 | 0.07 | 204.3 | 0.77 | 0.69 |
| Hex | 74 | BC | ED | 33 | 15 | 0 | 7 | CC | 4D | 45 |
| Octal | 164 | 274 | 355 | 63 | 25 | 0 | 7 | 314 | 115 | 105 |
| Binary | 1110100 | 10111100 | 11101101 | 110011 | 10101 | 0 | 111 | 11001100 | 1001101 | 1000101 |
Color Harmonies of #74BCED
Complementary color
Monochromatic Colors of #74BCED
Black with #74BCED
Text Example
Text Example
White with #74BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCED; }
p { color: rgb(116,188,237); }
H1.HeaderClassName
{
color: #74BCED;
}
.AnyTagClassName
{
color: #74BCED;
}
</style>
background-color css
<style>
a { background-color: #74BCED; }
a { background-color: rgb(116,188,237); }
div.DivClassName
{
background-color: #74BCED;
}
.BgClassName
{
background-color: #74BCED;
}
</style>
border-color css
<style>
span { border-color: #74BCED; }
span { border-color: rgb(116,188,237); }
td.TdClassName
{
border-color: #74BCED;
}
.TagClassName
{
border-color: #74BCED;
}
</style>