Shades of Maya Blue #63C5FF
Tints of Maya Blue #63C5FF
RGB
CMYK
RGB Variations
Color information
#63C5FF (or 0x63C5FF) is known color: Maya Blue. HEX triplet: 63, C5 and FF. RGB value is (99,197,255). Sum of RGB (Red+Green+Blue) = 99+197+255=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #63C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C5FF is #9C3A00. Grayscale: #ADADAD. Windows color (decimal): -10238465 or 16762211. OLE color: 16762211.
HSL color Cylindrical-coordinate representation of color #63C5FF: hue angle of 202.31º 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 #63C5FF is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 197 | 255 | - |
| CMYK | 0.61 | 0.23 | 0 | 0 |
| HSL | 202.31º | 1% | 0.69% | - |
| HSV(B) | 202.31º | 0.61% | 1% | - |
| XYZ | 43.16 | 49.81 | 101.95 | - |
| YUV | 174.31 | 173.53 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 255 | 0.61 | 0.23 | 0 | 0 | 202.31 | 1 | 0.69 |
| Hex | 63 | C5 | FF | 3D | 17 | 0 | 0 | CA | 64 | 45 |
| Octal | 143 | 305 | 377 | 75 | 27 | 0 | 0 | 312 | 144 | 105 |
| Binary | 1100011 | 11000101 | 11111111 | 111101 | 10111 | 0 | 0 | 11001010 | 1100100 | 1000101 |
Color Harmonies of #63C5FF
Complementary color
Monochromatic Colors of #63C5FF
Black with #63C5FF
Text Example
Text Example
White with #63C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C5FF; }
p { color: rgb(99,197,255); }
H1.HeaderClassName
{
color: #63C5FF;
}
.AnyTagClassName
{
color: #63C5FF;
}
</style>
background-color css
<style>
a { background-color: #63C5FF; }
a { background-color: rgb(99,197,255); }
div.DivClassName
{
background-color: #63C5FF;
}
.BgClassName
{
background-color: #63C5FF;
}
</style>
border-color css
<style>
span { border-color: #63C5FF; }
span { border-color: rgb(99,197,255); }
td.TdClassName
{
border-color: #63C5FF;
}
.TagClassName
{
border-color: #63C5FF;
}
</style>