Shades of Maya Blue #63BDFE
Tints of Maya Blue #63BDFE
RGB
CMYK
RGB Variations
Color information
#63BDFE (or 0x63BDFE) is known color: Maya Blue. HEX triplet: 63, BD and FE. RGB value is (99,189,254). Sum of RGB (Red+Green+Blue) = 99+189+254=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #63BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BDFE is #9C4201. Grayscale: #A9A9A9. Windows color (decimal): -10240514 or 16694627. OLE color: 16694627.
HSL color Cylindrical-coordinate representation of color #63BDFE: hue angle of 205.16º 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 #63BDFE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 189 | 254 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.00 |
| HSL | 205.16º | 0.99% | 0.69% | - |
| HSV(B) | 205.16º | 0.61% | 1% | - |
| XYZ | 41.23 | 46.2 | 100.51 | - |
| YUV | 169.5 | 175.68 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 254 | 0.61 | 0.26 | 0 | 0.00 | 205.16 | 0.99 | 0.69 |
| Hex | 63 | BD | FE | 3D | 1A | 0 | 0 | CD | 63 | 45 |
| Octal | 143 | 275 | 376 | 75 | 32 | 0 | 0 | 315 | 143 | 105 |
| Binary | 1100011 | 10111101 | 11111110 | 111101 | 11010 | 0 | 0 | 11001101 | 1100011 | 1000101 |
Color Harmonies of #63BDFE
Complementary color
Monochromatic Colors of #63BDFE
Black with #63BDFE
Text Example
Text Example
White with #63BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDFE; }
p { color: rgb(99,189,254); }
H1.HeaderClassName
{
color: #63BDFE;
}
.AnyTagClassName
{
color: #63BDFE;
}
</style>
background-color css
<style>
a { background-color: #63BDFE; }
a { background-color: rgb(99,189,254); }
div.DivClassName
{
background-color: #63BDFE;
}
.BgClassName
{
background-color: #63BDFE;
}
</style>
border-color css
<style>
span { border-color: #63BDFE; }
span { border-color: rgb(99,189,254); }
td.TdClassName
{
border-color: #63BDFE;
}
.TagClassName
{
border-color: #63BDFE;
}
</style>