Shades of Maya Blue #63BEFE
Tints of Maya Blue #63BEFE
RGB
CMYK
RGB Variations
Color information
#63BEFE (or 0x63BEFE) is known color: Maya Blue. HEX triplet: 63, BE and FE. RGB value is (99,190,254). Sum of RGB (Red+Green+Blue) = 99+190+254=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #63BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BEFE is #9C4101. Grayscale: #A9A9A9. Windows color (decimal): -10240258 or 16694883. OLE color: 16694883.
HSL color Cylindrical-coordinate representation of color #63BEFE: hue angle of 204.77º 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 #63BEFE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 190 | 254 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.00 |
| HSL | 204.77º | 0.99% | 0.69% | - |
| HSV(B) | 204.77º | 0.61% | 1% | - |
| XYZ | 41.45 | 46.64 | 100.58 | - |
| YUV | 170.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 254 | 0.61 | 0.25 | 0 | 0.00 | 204.77 | 0.99 | 0.69 |
| Hex | 63 | BE | FE | 3D | 19 | 0 | 0 | CD | 63 | 45 |
| Octal | 143 | 276 | 376 | 75 | 31 | 0 | 0 | 315 | 143 | 105 |
| Binary | 1100011 | 10111110 | 11111110 | 111101 | 11001 | 0 | 0 | 11001101 | 1100011 | 1000101 |
Color Harmonies of #63BEFE
Complementary color
Monochromatic Colors of #63BEFE
Black with #63BEFE
Text Example
Text Example
White with #63BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEFE; }
p { color: rgb(99,190,254); }
H1.HeaderClassName
{
color: #63BEFE;
}
.AnyTagClassName
{
color: #63BEFE;
}
</style>
background-color css
<style>
a { background-color: #63BEFE; }
a { background-color: rgb(99,190,254); }
div.DivClassName
{
background-color: #63BEFE;
}
.BgClassName
{
background-color: #63BEFE;
}
</style>
border-color css
<style>
span { border-color: #63BEFE; }
span { border-color: rgb(99,190,254); }
td.TdClassName
{
border-color: #63BEFE;
}
.TagClassName
{
border-color: #63BEFE;
}
</style>