Shades of Maya Blue #73CBFE
Tints of Maya Blue #73CBFE
RGB
CMYK
RGB Variations
Color information
#73CBFE (or 0x73CBFE) is known color: Maya Blue. HEX triplet: 73, CB and FE. RGB value is (115,203,254). Sum of RGB (Red+Green+Blue) = 115+203+254=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #73CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBFE is #8C3401. Grayscale: #B6B6B6. Windows color (decimal): -9188354 or 16698227. OLE color: 16698227.
HSL color Cylindrical-coordinate representation of color #73CBFE: hue angle of 202.01º 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 #73CBFE is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 203 | 254 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.00 |
| HSL | 202.01º | 0.99% | 0.72% | - |
| HSV(B) | 202.01º | 0.55% | 1% | - |
| XYZ | 46.32 | 53.51 | 101.65 | - |
| YUV | 182.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 203 | 254 | 0.55 | 0.20 | 0 | 0.00 | 202.01 | 0.99 | 0.72 |
| Hex | 73 | CB | FE | 37 | 14 | 0 | 0 | CA | 63 | 48 |
| Octal | 163 | 313 | 376 | 67 | 24 | 0 | 0 | 312 | 143 | 110 |
| Binary | 1110011 | 11001011 | 11111110 | 110111 | 10100 | 0 | 0 | 11001010 | 1100011 | 1001000 |
Color Harmonies of #73CBFE
Complementary color
Monochromatic Colors of #73CBFE
Black with #73CBFE
Text Example
Text Example
White with #73CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CBFE; }
p { color: rgb(115,203,254); }
H1.HeaderClassName
{
color: #73CBFE;
}
.AnyTagClassName
{
color: #73CBFE;
}
</style>
background-color css
<style>
a { background-color: #73CBFE; }
a { background-color: rgb(115,203,254); }
div.DivClassName
{
background-color: #73CBFE;
}
.BgClassName
{
background-color: #73CBFE;
}
</style>
border-color css
<style>
span { border-color: #73CBFE; }
span { border-color: rgb(115,203,254); }
td.TdClassName
{
border-color: #73CBFE;
}
.TagClassName
{
border-color: #73CBFE;
}
</style>