Shades of Maya Blue #63D3FC
Tints of Maya Blue #63D3FC
RGB
CMYK
RGB Variations
Color information
#63D3FC (or 0x63D3FC) is known color: Maya Blue. HEX triplet: 63, D3 and FC. RGB value is (99,211,252). Sum of RGB (Red+Green+Blue) = 99+211+252=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #63D3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D3FC is #9C2C03. Grayscale: #B5B5B5. Windows color (decimal): -10234884 or 16569187. OLE color: 16569187.
HSL color Cylindrical-coordinate representation of color #63D3FC: hue angle of 196.08º degrees, saturation: 0.96, 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 #63D3FC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 211 | 252 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.01 |
| HSL | 196.08º | 0.96% | 0.69% | - |
| HSV(B) | 196.08º | 0.61% | 0.99% | - |
| XYZ | 46.01 | 56.27 | 100.53 | - |
| YUV | 182.19 | 167.39 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 211 | 252 | 0.61 | 0.16 | 0 | 0.01 | 196.08 | 0.96 | 0.69 |
| Hex | 63 | D3 | FC | 3D | 10 | 0 | 1 | C4 | 60 | 45 |
| Octal | 143 | 323 | 374 | 75 | 20 | 0 | 1 | 304 | 140 | 105 |
| Binary | 1100011 | 11010011 | 11111100 | 111101 | 10000 | 0 | 1 | 11000100 | 1100000 | 1000101 |
Color Harmonies of #63D3FC
Complementary color
Monochromatic Colors of #63D3FC
Black with #63D3FC
Text Example
Text Example
White with #63D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D3FC; }
p { color: rgb(99,211,252); }
H1.HeaderClassName
{
color: #63D3FC;
}
.AnyTagClassName
{
color: #63D3FC;
}
</style>
background-color css
<style>
a { background-color: #63D3FC; }
a { background-color: rgb(99,211,252); }
div.DivClassName
{
background-color: #63D3FC;
}
.BgClassName
{
background-color: #63D3FC;
}
</style>
border-color css
<style>
span { border-color: #63D3FC; }
span { border-color: rgb(99,211,252); }
td.TdClassName
{
border-color: #63D3FC;
}
.TagClassName
{
border-color: #63D3FC;
}
</style>