Shades of Maya Blue #63CFF7
Tints of Maya Blue #63CFF7
RGB
CMYK
RGB Variations
Color information
#63CFF7 (or 0x63CFF7) is known color: Maya Blue. HEX triplet: 63, CF and F7. RGB value is (99,207,247). Sum of RGB (Red+Green+Blue) = 99+207+247=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #63CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFF7 is #9C3008. Grayscale: #B3B3B3. Windows color (decimal): -10235913 or 16240483. OLE color: 16240483.
HSL color Cylindrical-coordinate representation of color #63CFF7: hue angle of 196.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63CFF7 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 207 | 247 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.03 |
| HSL | 196.22º | 0.9% | 0.68% | - |
| HSV(B) | 196.22º | 0.6% | 0.97% | - |
| XYZ | 44.25 | 53.99 | 96.09 | - |
| YUV | 179.27 | 166.22 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 247 | 0.60 | 0.16 | 0 | 0.03 | 196.22 | 0.9 | 0.68 |
| Hex | 63 | CF | F7 | 3C | 10 | 0 | 3 | C4 | 5A | 44 |
| Octal | 143 | 317 | 367 | 74 | 20 | 0 | 3 | 304 | 132 | 104 |
| Binary | 1100011 | 11001111 | 11110111 | 111100 | 10000 | 0 | 11 | 11000100 | 1011010 | 1000100 |
Color Harmonies of #63CFF7
Complementary color
Monochromatic Colors of #63CFF7
Black with #63CFF7
Text Example
Text Example
White with #63CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFF7; }
p { color: rgb(99,207,247); }
H1.HeaderClassName
{
color: #63CFF7;
}
.AnyTagClassName
{
color: #63CFF7;
}
</style>
background-color css
<style>
a { background-color: #63CFF7; }
a { background-color: rgb(99,207,247); }
div.DivClassName
{
background-color: #63CFF7;
}
.BgClassName
{
background-color: #63CFF7;
}
</style>
border-color css
<style>
span { border-color: #63CFF7; }
span { border-color: rgb(99,207,247); }
td.TdClassName
{
border-color: #63CFF7;
}
.TagClassName
{
border-color: #63CFF7;
}
</style>