Shades of Maya Blue #63CEFA
Tints of Maya Blue #63CEFA
RGB
CMYK
RGB Variations
Color information
#63CEFA (or 0x63CEFA) is known color: Maya Blue. HEX triplet: 63, CE and FA. RGB value is (99,206,250). Sum of RGB (Red+Green+Blue) = 99+206+250=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #63CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CEFA is #9C3105. Grayscale: #B2B2B2. Windows color (decimal): -10236166 or 16436835. OLE color: 16436835.
HSL color Cylindrical-coordinate representation of color #63CEFA: hue angle of 197.48º 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 #63CEFA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 206 | 250 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.02 |
| HSL | 197.48º | 0.94% | 0.68% | - |
| HSV(B) | 197.48º | 0.6% | 0.98% | - |
| XYZ | 44.47 | 53.7 | 98.46 | - |
| YUV | 179.02 | 168.05 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 250 | 0.60 | 0.18 | 0 | 0.02 | 197.48 | 0.94 | 0.68 |
| Hex | 63 | CE | FA | 3C | 12 | 0 | 2 | C5 | 5E | 44 |
| Octal | 143 | 316 | 372 | 74 | 22 | 0 | 2 | 305 | 136 | 104 |
| Binary | 1100011 | 11001110 | 11111010 | 111100 | 10010 | 0 | 10 | 11000101 | 1011110 | 1000100 |
Color Harmonies of #63CEFA
Complementary color
Monochromatic Colors of #63CEFA
Black with #63CEFA
Text Example
Text Example
White with #63CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEFA; }
p { color: rgb(99,206,250); }
H1.HeaderClassName
{
color: #63CEFA;
}
.AnyTagClassName
{
color: #63CEFA;
}
</style>
background-color css
<style>
a { background-color: #63CEFA; }
a { background-color: rgb(99,206,250); }
div.DivClassName
{
background-color: #63CEFA;
}
.BgClassName
{
background-color: #63CEFA;
}
</style>
border-color css
<style>
span { border-color: #63CEFA; }
span { border-color: rgb(99,206,250); }
td.TdClassName
{
border-color: #63CEFA;
}
.TagClassName
{
border-color: #63CEFA;
}
</style>