Shades of Maya Blue #73D0FE
Tints of Maya Blue #73D0FE
RGB
CMYK
RGB Variations
Color information
#73D0FE (or 0x73D0FE) is known color: Maya Blue. HEX triplet: 73, D0 and FE. RGB value is (115,208,254). Sum of RGB (Red+Green+Blue) = 115+208+254=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #73D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0FE is #8C2F01. Grayscale: #B9B9B9. Windows color (decimal): -9187074 or 16699507. OLE color: 16699507.
HSL color Cylindrical-coordinate representation of color #73D0FE: hue angle of 199.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D0FE is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 208 | 254 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.00 |
| HSL | 199.86º | 0.99% | 0.72% | - |
| HSV(B) | 199.86º | 0.55% | 1% | - |
| XYZ | 47.52 | 55.91 | 102.05 | - |
| YUV | 185.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 254 | 0.55 | 0.18 | 0 | 0.00 | 199.86 | 0.99 | 0.72 |
| Hex | 73 | D0 | FE | 37 | 12 | 0 | 0 | C8 | 63 | 48 |
| Octal | 163 | 320 | 376 | 67 | 22 | 0 | 0 | 310 | 143 | 110 |
| Binary | 1110011 | 11010000 | 11111110 | 110111 | 10010 | 0 | 0 | 11001000 | 1100011 | 1001000 |
Color Harmonies of #73D0FE
Complementary color
Monochromatic Colors of #73D0FE
Black with #73D0FE
Text Example
Text Example
White with #73D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0FE; }
p { color: rgb(115,208,254); }
H1.HeaderClassName
{
color: #73D0FE;
}
.AnyTagClassName
{
color: #73D0FE;
}
</style>
background-color css
<style>
a { background-color: #73D0FE; }
a { background-color: rgb(115,208,254); }
div.DivClassName
{
background-color: #73D0FE;
}
.BgClassName
{
background-color: #73D0FE;
}
</style>
border-color css
<style>
span { border-color: #73D0FE; }
span { border-color: rgb(115,208,254); }
td.TdClassName
{
border-color: #73D0FE;
}
.TagClassName
{
border-color: #73D0FE;
}
</style>