Shades of Maya Blue #63BDF9
Tints of Maya Blue #63BDF9
RGB
CMYK
RGB Variations
Color information
#63BDF9 (or 0x63BDF9) is known color: Maya Blue. HEX triplet: 63, BD and F9. RGB value is (99,189,249). Sum of RGB (Red+Green+Blue) = 99+189+249=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #63BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BDF9 is #9C4206. Grayscale: #A8A8A8. Windows color (decimal): -10240519 or 16366947. OLE color: 16366947.
HSL color Cylindrical-coordinate representation of color #63BDF9: hue angle of 204º degrees, saturation: 0.93, 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 #63BDF9 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 189 | 249 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.02 |
| HSL | 204º | 0.93% | 0.68% | - |
| HSV(B) | 204º | 0.6% | 0.98% | - |
| XYZ | 40.44 | 45.89 | 96.35 | - |
| YUV | 168.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 249 | 0.60 | 0.24 | 0 | 0.02 | 204 | 0.93 | 0.68 |
| Hex | 63 | BD | F9 | 3C | 18 | 0 | 2 | CC | 5D | 44 |
| Octal | 143 | 275 | 371 | 74 | 30 | 0 | 2 | 314 | 135 | 104 |
| Binary | 1100011 | 10111101 | 11111001 | 111100 | 11000 | 0 | 10 | 11001100 | 1011101 | 1000100 |
Color Harmonies of #63BDF9
Complementary color
Monochromatic Colors of #63BDF9
Black with #63BDF9
Text Example
Text Example
White with #63BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDF9; }
p { color: rgb(99,189,249); }
H1.HeaderClassName
{
color: #63BDF9;
}
.AnyTagClassName
{
color: #63BDF9;
}
</style>
background-color css
<style>
a { background-color: #63BDF9; }
a { background-color: rgb(99,189,249); }
div.DivClassName
{
background-color: #63BDF9;
}
.BgClassName
{
background-color: #63BDF9;
}
</style>
border-color css
<style>
span { border-color: #63BDF9; }
span { border-color: rgb(99,189,249); }
td.TdClassName
{
border-color: #63BDF9;
}
.TagClassName
{
border-color: #63BDF9;
}
</style>