Shades of Maya Blue #63B2FA
Tints of Maya Blue #63B2FA
RGB
CMYK
RGB Variations
Color information
#63B2FA (or 0x63B2FA) is known color: Maya Blue. HEX triplet: 63, B2 and FA. RGB value is (99,178,250). Sum of RGB (Red+Green+Blue) = 99+178+250=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #63B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63B2FA is #9C4D05. Grayscale: #A2A2A2. Windows color (decimal): -10243334 or 16429667. OLE color: 16429667.
HSL color Cylindrical-coordinate representation of color #63B2FA: hue angle of 208.61º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63B2FA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 178 | 250 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.02 |
| HSL | 208.61º | 0.94% | 0.68% | - |
| HSV(B) | 208.61º | 0.6% | 0.98% | - |
| XYZ | 38.32 | 41.4 | 96.41 | - |
| YUV | 162.59 | 177.33 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 178 | 250 | 0.60 | 0.29 | 0 | 0.02 | 208.61 | 0.94 | 0.68 |
| Hex | 63 | B2 | FA | 3C | 1D | 0 | 2 | D1 | 5E | 44 |
| Octal | 143 | 262 | 372 | 74 | 35 | 0 | 2 | 321 | 136 | 104 |
| Binary | 1100011 | 10110010 | 11111010 | 111100 | 11101 | 0 | 10 | 11010001 | 1011110 | 1000100 |
Color Harmonies of #63B2FA
Complementary color
Monochromatic Colors of #63B2FA
Black with #63B2FA
Text Example
Text Example
White with #63B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B2FA; }
p { color: rgb(99,178,250); }
H1.HeaderClassName
{
color: #63B2FA;
}
.AnyTagClassName
{
color: #63B2FA;
}
</style>
background-color css
<style>
a { background-color: #63B2FA; }
a { background-color: rgb(99,178,250); }
div.DivClassName
{
background-color: #63B2FA;
}
.BgClassName
{
background-color: #63B2FA;
}
</style>
border-color css
<style>
span { border-color: #63B2FA; }
span { border-color: rgb(99,178,250); }
td.TdClassName
{
border-color: #63B2FA;
}
.TagClassName
{
border-color: #63B2FA;
}
</style>