Shades of Maya Blue #73CFFF
Tints of Maya Blue #73CFFF
RGB
CMYK
RGB Variations
Color information
#73CFFF (or 0x73CFFF) is known color: Maya Blue. HEX triplet: 73, CF and FF. RGB value is (115,207,255). Sum of RGB (Red+Green+Blue) = 115+207+255=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #73CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFFF is #8C3000. Grayscale: #B8B8B8. Windows color (decimal): -9187329 or 16764787. OLE color: 16764787.
HSL color Cylindrical-coordinate representation of color #73CFFF: hue angle of 200.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73CFFF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 207 | 255 | - |
| CMYK | 0.55 | 0.19 | 0 | 0 |
| HSL | 200.57º | 1% | 0.73% | - |
| HSV(B) | 200.57º | 0.55% | 1% | - |
| XYZ | 47.43 | 55.49 | 102.82 | - |
| YUV | 184.96 | 167.52 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 255 | 0.55 | 0.19 | 0 | 0 | 200.57 | 1 | 0.73 |
| Hex | 73 | CF | FF | 37 | 13 | 0 | 0 | C9 | 64 | 49 |
| Octal | 163 | 317 | 377 | 67 | 23 | 0 | 0 | 311 | 144 | 111 |
| Binary | 1110011 | 11001111 | 11111111 | 110111 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001001 |
Color Harmonies of #73CFFF
Complementary color
Monochromatic Colors of #73CFFF
Black with #73CFFF
Text Example
Text Example
White with #73CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFFF; }
p { color: rgb(115,207,255); }
H1.HeaderClassName
{
color: #73CFFF;
}
.AnyTagClassName
{
color: #73CFFF;
}
</style>
background-color css
<style>
a { background-color: #73CFFF; }
a { background-color: rgb(115,207,255); }
div.DivClassName
{
background-color: #73CFFF;
}
.BgClassName
{
background-color: #73CFFF;
}
</style>
border-color css
<style>
span { border-color: #73CFFF; }
span { border-color: rgb(115,207,255); }
td.TdClassName
{
border-color: #73CFFF;
}
.TagClassName
{
border-color: #73CFFF;
}
</style>