Shades of Maya Blue #63BCFE
Tints of Maya Blue #63BCFE
RGB
CMYK
RGB Variations
Color information
#63BCFE (or 0x63BCFE) is known color: Maya Blue. HEX triplet: 63, BC and FE. RGB value is (99,188,254). Sum of RGB (Red+Green+Blue) = 99+188+254=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #63BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BCFE is #9C4301. Grayscale: #A8A8A8. Windows color (decimal): -10240770 or 16694371. OLE color: 16694371.
HSL color Cylindrical-coordinate representation of color #63BCFE: hue angle of 205.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63BCFE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 188 | 254 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.00 |
| HSL | 205.55º | 0.99% | 0.69% | - |
| HSV(B) | 205.55º | 0.61% | 1% | - |
| XYZ | 41.02 | 45.77 | 100.44 | - |
| YUV | 168.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 254 | 0.61 | 0.26 | 0 | 0.00 | 205.55 | 0.99 | 0.69 |
| Hex | 63 | BC | FE | 3D | 1A | 0 | 0 | CE | 63 | 45 |
| Octal | 143 | 274 | 376 | 75 | 32 | 0 | 0 | 316 | 143 | 105 |
| Binary | 1100011 | 10111100 | 11111110 | 111101 | 11010 | 0 | 0 | 11001110 | 1100011 | 1000101 |
Color Harmonies of #63BCFE
Complementary color
Monochromatic Colors of #63BCFE
Black with #63BCFE
Text Example
Text Example
White with #63BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCFE; }
p { color: rgb(99,188,254); }
H1.HeaderClassName
{
color: #63BCFE;
}
.AnyTagClassName
{
color: #63BCFE;
}
</style>
background-color css
<style>
a { background-color: #63BCFE; }
a { background-color: rgb(99,188,254); }
div.DivClassName
{
background-color: #63BCFE;
}
.BgClassName
{
background-color: #63BCFE;
}
</style>
border-color css
<style>
span { border-color: #63BCFE; }
span { border-color: rgb(99,188,254); }
td.TdClassName
{
border-color: #63BCFE;
}
.TagClassName
{
border-color: #63BCFE;
}
</style>