Shades of Maya Blue #73BCEE
Tints of Maya Blue #73BCEE
RGB
CMYK
RGB Variations
Color information
#73BCEE (or 0x73BCEE) is known color: Maya Blue. HEX triplet: 73, BC and EE. RGB value is (115,188,238). Sum of RGB (Red+Green+Blue) = 115+188+238=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #73BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCEE is #8C4311. Grayscale: #ABABAB. Windows color (decimal): -9192210 or 15645811. OLE color: 15645811.
HSL color Cylindrical-coordinate representation of color #73BCEE: hue angle of 204.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73BCEE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 188 | 238 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.07 |
| HSL | 204.39º | 0.78% | 0.69% | - |
| HSV(B) | 204.39º | 0.52% | 0.93% | - |
| XYZ | 40.49 | 45.78 | 87.59 | - |
| YUV | 171.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 238 | 0.52 | 0.21 | 0 | 0.07 | 204.39 | 0.78 | 0.69 |
| Hex | 73 | BC | EE | 34 | 15 | 0 | 7 | CC | 4E | 45 |
| Octal | 163 | 274 | 356 | 64 | 25 | 0 | 7 | 314 | 116 | 105 |
| Binary | 1110011 | 10111100 | 11101110 | 110100 | 10101 | 0 | 111 | 11001100 | 1001110 | 1000101 |
Color Harmonies of #73BCEE
Complementary color
Monochromatic Colors of #73BCEE
Black with #73BCEE
Text Example
Text Example
White with #73BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCEE; }
p { color: rgb(115,188,238); }
H1.HeaderClassName
{
color: #73BCEE;
}
.AnyTagClassName
{
color: #73BCEE;
}
</style>
background-color css
<style>
a { background-color: #73BCEE; }
a { background-color: rgb(115,188,238); }
div.DivClassName
{
background-color: #73BCEE;
}
.BgClassName
{
background-color: #73BCEE;
}
</style>
border-color css
<style>
span { border-color: #73BCEE; }
span { border-color: rgb(115,188,238); }
td.TdClassName
{
border-color: #73BCEE;
}
.TagClassName
{
border-color: #73BCEE;
}
</style>