Shades of Maya Blue #63B5FA
Tints of Maya Blue #63B5FA
RGB
CMYK
RGB Variations
Color information
#63B5FA (or 0x63B5FA) is known color: Maya Blue. HEX triplet: 63, B5 and FA. RGB value is (99,181,250). Sum of RGB (Red+Green+Blue) = 99+181+250=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #63B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63B5FA is #9C4A05. Grayscale: #A3A3A3. Windows color (decimal): -10242566 or 16430435. OLE color: 16430435.
HSL color Cylindrical-coordinate representation of color #63B5FA: hue angle of 207.42º 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 #63B5FA is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 181 | 250 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.02 |
| HSL | 207.42º | 0.94% | 0.68% | - |
| HSV(B) | 207.42º | 0.6% | 0.98% | - |
| XYZ | 38.92 | 42.6 | 96.61 | - |
| YUV | 164.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 250 | 0.60 | 0.28 | 0 | 0.02 | 207.42 | 0.94 | 0.68 |
| Hex | 63 | B5 | FA | 3C | 1C | 0 | 2 | CF | 5E | 44 |
| Octal | 143 | 265 | 372 | 74 | 34 | 0 | 2 | 317 | 136 | 104 |
| Binary | 1100011 | 10110101 | 11111010 | 111100 | 11100 | 0 | 10 | 11001111 | 1011110 | 1000100 |
Color Harmonies of #63B5FA
Complementary color
Monochromatic Colors of #63B5FA
Black with #63B5FA
Text Example
Text Example
White with #63B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5FA; }
p { color: rgb(99,181,250); }
H1.HeaderClassName
{
color: #63B5FA;
}
.AnyTagClassName
{
color: #63B5FA;
}
</style>
background-color css
<style>
a { background-color: #63B5FA; }
a { background-color: rgb(99,181,250); }
div.DivClassName
{
background-color: #63B5FA;
}
.BgClassName
{
background-color: #63B5FA;
}
</style>
border-color css
<style>
span { border-color: #63B5FA; }
span { border-color: rgb(99,181,250); }
td.TdClassName
{
border-color: #63B5FA;
}
.TagClassName
{
border-color: #63B5FA;
}
</style>