Shades of Maya Blue #63B7FF
Tints of Maya Blue #63B7FF
RGB
CMYK
RGB Variations
Color information
#63B7FF (or 0x63B7FF) is known color: Maya Blue. HEX triplet: 63, B7 and FF. RGB value is (99,183,255). Sum of RGB (Red+Green+Blue) = 99+183+255=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #63B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63B7FF is #9C4800. Grayscale: #A5A5A5. Windows color (decimal): -10242049 or 16758627. OLE color: 16758627.
HSL color Cylindrical-coordinate representation of color #63B7FF: hue angle of 207.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63B7FF is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 183 | 255 | - |
| CMYK | 0.61 | 0.28 | 0 | 0 |
| HSL | 207.69º | 1% | 0.69% | - |
| HSV(B) | 207.69º | 0.61% | 1% | - |
| XYZ | 40.13 | 43.74 | 100.94 | - |
| YUV | 166.09 | 178.17 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 255 | 0.61 | 0.28 | 0 | 0 | 207.69 | 1 | 0.69 |
| Hex | 63 | B7 | FF | 3D | 1C | 0 | 0 | D0 | 64 | 45 |
| Octal | 143 | 267 | 377 | 75 | 34 | 0 | 0 | 320 | 144 | 105 |
| Binary | 1100011 | 10110111 | 11111111 | 111101 | 11100 | 0 | 0 | 11010000 | 1100100 | 1000101 |
Color Harmonies of #63B7FF
Complementary color
Monochromatic Colors of #63B7FF
Black with #63B7FF
Text Example
Text Example
White with #63B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B7FF; }
p { color: rgb(99,183,255); }
H1.HeaderClassName
{
color: #63B7FF;
}
.AnyTagClassName
{
color: #63B7FF;
}
</style>
background-color css
<style>
a { background-color: #63B7FF; }
a { background-color: rgb(99,183,255); }
div.DivClassName
{
background-color: #63B7FF;
}
.BgClassName
{
background-color: #63B7FF;
}
</style>
border-color css
<style>
span { border-color: #63B7FF; }
span { border-color: rgb(99,183,255); }
td.TdClassName
{
border-color: #63B7FF;
}
.TagClassName
{
border-color: #63B7FF;
}
</style>