Shades of Maya Blue #63CEF6
Tints of Maya Blue #63CEF6
RGB
CMYK
RGB Variations
Color information
#63CEF6 (or 0x63CEF6) is known color: Maya Blue. HEX triplet: 63, CE and F6. RGB value is (99,206,246). Sum of RGB (Red+Green+Blue) = 99+206+246=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #63CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CEF6 is #9C3109. Grayscale: #B2B2B2. Windows color (decimal): -10236170 or 16174691. OLE color: 16174691.
HSL color Cylindrical-coordinate representation of color #63CEF6: hue angle of 196.33º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63CEF6 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 206 | 246 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.04 |
| HSL | 196.33º | 0.89% | 0.68% | - |
| HSV(B) | 196.33º | 0.6% | 0.96% | - |
| XYZ | 43.85 | 53.45 | 95.19 | - |
| YUV | 178.57 | 166.05 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 246 | 0.60 | 0.16 | 0 | 0.04 | 196.33 | 0.89 | 0.68 |
| Hex | 63 | CE | F6 | 3C | 10 | 0 | 4 | C4 | 59 | 44 |
| Octal | 143 | 316 | 366 | 74 | 20 | 0 | 4 | 304 | 131 | 104 |
| Binary | 1100011 | 11001110 | 11110110 | 111100 | 10000 | 0 | 100 | 11000100 | 1011001 | 1000100 |
Color Harmonies of #63CEF6
Complementary color
Monochromatic Colors of #63CEF6
Black with #63CEF6
Text Example
Text Example
White with #63CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEF6; }
p { color: rgb(99,206,246); }
H1.HeaderClassName
{
color: #63CEF6;
}
.AnyTagClassName
{
color: #63CEF6;
}
</style>
background-color css
<style>
a { background-color: #63CEF6; }
a { background-color: rgb(99,206,246); }
div.DivClassName
{
background-color: #63CEF6;
}
.BgClassName
{
background-color: #63CEF6;
}
</style>
border-color css
<style>
span { border-color: #63CEF6; }
span { border-color: rgb(99,206,246); }
td.TdClassName
{
border-color: #63CEF6;
}
.TagClassName
{
border-color: #63CEF6;
}
</style>