Shades of Maya Blue #73CCFF
Tints of Maya Blue #73CCFF
RGB
CMYK
RGB Variations
Color information
#73CCFF (or 0x73CCFF) is known color: Maya Blue. HEX triplet: 73, CC and FF. RGB value is (115,204,255). Sum of RGB (Red+Green+Blue) = 115+204+255=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #73CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CCFF is #8C3300. Grayscale: #B6B6B6. Windows color (decimal): -9188097 or 16764019. OLE color: 16764019.
HSL color Cylindrical-coordinate representation of color #73CCFF: hue angle of 201.86º 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 #73CCFF is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 204 | 255 | - |
| CMYK | 0.55 | 0.2 | 0 | 0 |
| HSL | 201.86º | 1% | 0.73% | - |
| HSV(B) | 201.86º | 0.55% | 1% | - |
| XYZ | 46.71 | 54.05 | 102.58 | - |
| YUV | 183.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 204 | 255 | 0.55 | 0.2 | 0 | 0 | 201.86 | 1 | 0.73 |
| Hex | 73 | CC | FF | 37 | 14 | 0 | 0 | CA | 64 | 49 |
| Octal | 163 | 314 | 377 | 67 | 24 | 0 | 0 | 312 | 144 | 111 |
| Binary | 1110011 | 11001100 | 11111111 | 110111 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001001 |
Color Harmonies of #73CCFF
Complementary color
Monochromatic Colors of #73CCFF
Black with #73CCFF
Text Example
Text Example
White with #73CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CCFF; }
p { color: rgb(115,204,255); }
H1.HeaderClassName
{
color: #73CCFF;
}
.AnyTagClassName
{
color: #73CCFF;
}
</style>
background-color css
<style>
a { background-color: #73CCFF; }
a { background-color: rgb(115,204,255); }
div.DivClassName
{
background-color: #73CCFF;
}
.BgClassName
{
background-color: #73CCFF;
}
</style>
border-color css
<style>
span { border-color: #73CCFF; }
span { border-color: rgb(115,204,255); }
td.TdClassName
{
border-color: #73CCFF;
}
.TagClassName
{
border-color: #73CCFF;
}
</style>