Shades of Maya Blue #63C7FF
Tints of Maya Blue #63C7FF
RGB
CMYK
RGB Variations
Color information
#63C7FF (or 0x63C7FF) is known color: Maya Blue. HEX triplet: 63, C7 and FF. RGB value is (99,199,255). Sum of RGB (Red+Green+Blue) = 99+199+255=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #63C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C7FF is #9C3800. Grayscale: #AFAFAF. Windows color (decimal): -10237953 or 16762723. OLE color: 16762723.
HSL color Cylindrical-coordinate representation of color #63C7FF: hue angle of 201.54º 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 #63C7FF is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 199 | 255 | - |
| CMYK | 0.61 | 0.22 | 0 | 0 |
| HSL | 201.54º | 1% | 0.69% | - |
| HSV(B) | 201.54º | 0.61% | 1% | - |
| XYZ | 43.62 | 50.72 | 102.1 | - |
| YUV | 175.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 199 | 255 | 0.61 | 0.22 | 0 | 0 | 201.54 | 1 | 0.69 |
| Hex | 63 | C7 | FF | 3D | 16 | 0 | 0 | CA | 64 | 45 |
| Octal | 143 | 307 | 377 | 75 | 26 | 0 | 0 | 312 | 144 | 105 |
| Binary | 1100011 | 11000111 | 11111111 | 111101 | 10110 | 0 | 0 | 11001010 | 1100100 | 1000101 |
Color Harmonies of #63C7FF
Complementary color
Monochromatic Colors of #63C7FF
Black with #63C7FF
Text Example
Text Example
White with #63C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C7FF; }
p { color: rgb(99,199,255); }
H1.HeaderClassName
{
color: #63C7FF;
}
.AnyTagClassName
{
color: #63C7FF;
}
</style>
background-color css
<style>
a { background-color: #63C7FF; }
a { background-color: rgb(99,199,255); }
div.DivClassName
{
background-color: #63C7FF;
}
.BgClassName
{
background-color: #63C7FF;
}
</style>
border-color css
<style>
span { border-color: #63C7FF; }
span { border-color: rgb(99,199,255); }
td.TdClassName
{
border-color: #63C7FF;
}
.TagClassName
{
border-color: #63C7FF;
}
</style>