Shades of Maya Blue #73CDFF
Tints of Maya Blue #73CDFF
RGB
CMYK
RGB Variations
Color information
#73CDFF (or 0x73CDFF) is known color: Maya Blue. HEX triplet: 73, CD and FF. RGB value is (115,205,255). Sum of RGB (Red+Green+Blue) = 115+205+255=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #73CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CDFF is #8C3200. Grayscale: #B7B7B7. Windows color (decimal): -9187841 or 16764275. OLE color: 16764275.
HSL color Cylindrical-coordinate representation of color #73CDFF: hue angle of 201.43º 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 #73CDFF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 205 | 255 | - |
| CMYK | 0.55 | 0.20 | 0 | 0 |
| HSL | 201.43º | 1% | 0.73% | - |
| HSV(B) | 201.43º | 0.55% | 1% | - |
| XYZ | 46.95 | 54.53 | 102.66 | - |
| YUV | 183.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 255 | 0.55 | 0.20 | 0 | 0 | 201.43 | 1 | 0.73 |
| Hex | 73 | CD | FF | 37 | 14 | 0 | 0 | C9 | 64 | 49 |
| Octal | 163 | 315 | 377 | 67 | 24 | 0 | 0 | 311 | 144 | 111 |
| Binary | 1110011 | 11001101 | 11111111 | 110111 | 10100 | 0 | 0 | 11001001 | 1100100 | 1001001 |
Color Harmonies of #73CDFF
Complementary color
Monochromatic Colors of #73CDFF
Black with #73CDFF
Text Example
Text Example
White with #73CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDFF; }
p { color: rgb(115,205,255); }
H1.HeaderClassName
{
color: #73CDFF;
}
.AnyTagClassName
{
color: #73CDFF;
}
</style>
background-color css
<style>
a { background-color: #73CDFF; }
a { background-color: rgb(115,205,255); }
div.DivClassName
{
background-color: #73CDFF;
}
.BgClassName
{
background-color: #73CDFF;
}
</style>
border-color css
<style>
span { border-color: #73CDFF; }
span { border-color: rgb(115,205,255); }
td.TdClassName
{
border-color: #73CDFF;
}
.TagClassName
{
border-color: #73CDFF;
}
</style>