Shades of Maya Blue #63BDFF
Tints of Maya Blue #63BDFF
RGB
CMYK
RGB Variations
Color information
#63BDFF (or 0x63BDFF) is known color: Maya Blue. HEX triplet: 63, BD and FF. RGB value is (99,189,255). Sum of RGB (Red+Green+Blue) = 99+189+255=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #63BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BDFF is #9C4200. Grayscale: #A9A9A9. Windows color (decimal): -10240513 or 16760163. OLE color: 16760163.
HSL color Cylindrical-coordinate representation of color #63BDFF: hue angle of 205.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63BDFF is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 189 | 255 | - |
| CMYK | 0.61 | 0.26 | 0 | 0 |
| HSL | 205.38º | 1% | 0.69% | - |
| HSV(B) | 205.38º | 0.61% | 1% | - |
| XYZ | 41.39 | 46.27 | 101.36 | - |
| YUV | 169.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 255 | 0.61 | 0.26 | 0 | 0 | 205.38 | 1 | 0.69 |
| Hex | 63 | BD | FF | 3D | 1A | 0 | 0 | CD | 64 | 45 |
| Octal | 143 | 275 | 377 | 75 | 32 | 0 | 0 | 315 | 144 | 105 |
| Binary | 1100011 | 10111101 | 11111111 | 111101 | 11010 | 0 | 0 | 11001101 | 1100100 | 1000101 |
Color Harmonies of #63BDFF
Complementary color
Monochromatic Colors of #63BDFF
Black with #63BDFF
Text Example
Text Example
White with #63BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDFF; }
p { color: rgb(99,189,255); }
H1.HeaderClassName
{
color: #63BDFF;
}
.AnyTagClassName
{
color: #63BDFF;
}
</style>
background-color css
<style>
a { background-color: #63BDFF; }
a { background-color: rgb(99,189,255); }
div.DivClassName
{
background-color: #63BDFF;
}
.BgClassName
{
background-color: #63BDFF;
}
</style>
border-color css
<style>
span { border-color: #63BDFF; }
span { border-color: rgb(99,189,255); }
td.TdClassName
{
border-color: #63BDFF;
}
.TagClassName
{
border-color: #63BDFF;
}
</style>