Shades of Maya Blue #73C1FE
Tints of Maya Blue #73C1FE
RGB
CMYK
RGB Variations
Color information
#73C1FE (or 0x73C1FE) is known color: Maya Blue. HEX triplet: 73, C1 and FE. RGB value is (115,193,254). Sum of RGB (Red+Green+Blue) = 115+193+254=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #73C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C1FE is #8C3E01. Grayscale: #B0B0B0. Windows color (decimal): -9190914 or 16695667. OLE color: 16695667.
HSL color Cylindrical-coordinate representation of color #73C1FE: hue angle of 206.33º 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 #73C1FE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 193 | 254 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.00 |
| HSL | 206.33º | 0.99% | 0.72% | - |
| HSV(B) | 206.33º | 0.55% | 1% | - |
| XYZ | 44.03 | 48.94 | 100.89 | - |
| YUV | 176.63 | 171.66 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 254 | 0.55 | 0.24 | 0 | 0.00 | 206.33 | 0.99 | 0.72 |
| Hex | 73 | C1 | FE | 37 | 18 | 0 | 0 | CE | 63 | 48 |
| Octal | 163 | 301 | 376 | 67 | 30 | 0 | 0 | 316 | 143 | 110 |
| Binary | 1110011 | 11000001 | 11111110 | 110111 | 11000 | 0 | 0 | 11001110 | 1100011 | 1001000 |
Color Harmonies of #73C1FE
Complementary color
Monochromatic Colors of #73C1FE
Black with #73C1FE
Text Example
Text Example
White with #73C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C1FE; }
p { color: rgb(115,193,254); }
H1.HeaderClassName
{
color: #73C1FE;
}
.AnyTagClassName
{
color: #73C1FE;
}
</style>
background-color css
<style>
a { background-color: #73C1FE; }
a { background-color: rgb(115,193,254); }
div.DivClassName
{
background-color: #73C1FE;
}
.BgClassName
{
background-color: #73C1FE;
}
</style>
border-color css
<style>
span { border-color: #73C1FE; }
span { border-color: rgb(115,193,254); }
td.TdClassName
{
border-color: #73C1FE;
}
.TagClassName
{
border-color: #73C1FE;
}
</style>