Shades of Maya Blue #63C0FD
Tints of Maya Blue #63C0FD
RGB
CMYK
RGB Variations
Color information
#63C0FD (or 0x63C0FD) is known color: Maya Blue. HEX triplet: 63, C0 and FD. RGB value is (99,192,253). Sum of RGB (Red+Green+Blue) = 99+192+253=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #63C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C0FD is #9C3F02. Grayscale: #AAAAAA. Windows color (decimal): -10239747 or 16629859. OLE color: 16629859.
HSL color Cylindrical-coordinate representation of color #63C0FD: hue angle of 203.77º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63C0FD is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 192 | 253 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.01 |
| HSL | 203.77º | 0.97% | 0.69% | - |
| HSV(B) | 203.77º | 0.61% | 0.99% | - |
| XYZ | 41.72 | 47.44 | 99.89 | - |
| YUV | 171.15 | 174.19 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 253 | 0.61 | 0.24 | 0 | 0.01 | 203.77 | 0.97 | 0.69 |
| Hex | 63 | C0 | FD | 3D | 18 | 0 | 1 | CC | 61 | 45 |
| Octal | 143 | 300 | 375 | 75 | 30 | 0 | 1 | 314 | 141 | 105 |
| Binary | 1100011 | 11000000 | 11111101 | 111101 | 11000 | 0 | 1 | 11001100 | 1100001 | 1000101 |
Color Harmonies of #63C0FD
Complementary color
Monochromatic Colors of #63C0FD
Black with #63C0FD
Text Example
Text Example
White with #63C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0FD; }
p { color: rgb(99,192,253); }
H1.HeaderClassName
{
color: #63C0FD;
}
.AnyTagClassName
{
color: #63C0FD;
}
</style>
background-color css
<style>
a { background-color: #63C0FD; }
a { background-color: rgb(99,192,253); }
div.DivClassName
{
background-color: #63C0FD;
}
.BgClassName
{
background-color: #63C0FD;
}
</style>
border-color css
<style>
span { border-color: #63C0FD; }
span { border-color: rgb(99,192,253); }
td.TdClassName
{
border-color: #63C0FD;
}
.TagClassName
{
border-color: #63C0FD;
}
</style>