Shades of Maya Blue #63BEFF
Tints of Maya Blue #63BEFF
RGB
CMYK
RGB Variations
Color information
#63BEFF (or 0x63BEFF) is known color: Maya Blue. HEX triplet: 63, BE and FF. RGB value is (99,190,255). Sum of RGB (Red+Green+Blue) = 99+190+255=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #63BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BEFF is #9C4100. Grayscale: #A9A9A9. Windows color (decimal): -10240257 or 16760419. OLE color: 16760419.
HSL color Cylindrical-coordinate representation of color #63BEFF: hue angle of 205º 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 #63BEFF is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 190 | 255 | - |
| CMYK | 0.61 | 0.25 | 0 | 0 |
| HSL | 205º | 1% | 0.69% | - |
| HSV(B) | 205º | 0.61% | 1% | - |
| XYZ | 41.61 | 46.7 | 101.43 | - |
| YUV | 170.2 | 175.85 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 255 | 0.61 | 0.25 | 0 | 0 | 205 | 1 | 0.69 |
| Hex | 63 | BE | FF | 3D | 19 | 0 | 0 | CD | 64 | 45 |
| Octal | 143 | 276 | 377 | 75 | 31 | 0 | 0 | 315 | 144 | 105 |
| Binary | 1100011 | 10111110 | 11111111 | 111101 | 11001 | 0 | 0 | 11001101 | 1100100 | 1000101 |
Color Harmonies of #63BEFF
Complementary color
Monochromatic Colors of #63BEFF
Black with #63BEFF
Text Example
Text Example
White with #63BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEFF; }
p { color: rgb(99,190,255); }
H1.HeaderClassName
{
color: #63BEFF;
}
.AnyTagClassName
{
color: #63BEFF;
}
</style>
background-color css
<style>
a { background-color: #63BEFF; }
a { background-color: rgb(99,190,255); }
div.DivClassName
{
background-color: #63BEFF;
}
.BgClassName
{
background-color: #63BEFF;
}
</style>
border-color css
<style>
span { border-color: #63BEFF; }
span { border-color: rgb(99,190,255); }
td.TdClassName
{
border-color: #63BEFF;
}
.TagClassName
{
border-color: #63BEFF;
}
</style>