Shades of Maya Blue #63B1F8
Tints of Maya Blue #63B1F8
RGB
CMYK
RGB Variations
Color information
#63B1F8 (or 0x63B1F8) is known color: Maya Blue. HEX triplet: 63, B1 and F8. RGB value is (99,177,248). Sum of RGB (Red+Green+Blue) = 99+177+248=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #63B1F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63B1F8 is #9C4E07. Grayscale: #A1A1A1. Windows color (decimal): -10243592 or 16298339. OLE color: 16298339.
HSL color Cylindrical-coordinate representation of color #63B1F8: hue angle of 208.59º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63B1F8 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 177 | 248 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.03 |
| HSL | 208.59º | 0.91% | 0.68% | - |
| HSV(B) | 208.59º | 0.6% | 0.97% | - |
| XYZ | 37.81 | 40.87 | 94.7 | - |
| YUV | 161.77 | 176.66 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 177 | 248 | 0.60 | 0.29 | 0 | 0.03 | 208.59 | 0.91 | 0.68 |
| Hex | 63 | B1 | F8 | 3C | 1D | 0 | 3 | D1 | 5B | 44 |
| Octal | 143 | 261 | 370 | 74 | 35 | 0 | 3 | 321 | 133 | 104 |
| Binary | 1100011 | 10110001 | 11111000 | 111100 | 11101 | 0 | 11 | 11010001 | 1011011 | 1000100 |
Color Harmonies of #63B1F8
Complementary color
Monochromatic Colors of #63B1F8
Black with #63B1F8
Text Example
Text Example
White with #63B1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B1F8; }
p { color: rgb(99,177,248); }
H1.HeaderClassName
{
color: #63B1F8;
}
.AnyTagClassName
{
color: #63B1F8;
}
</style>
background-color css
<style>
a { background-color: #63B1F8; }
a { background-color: rgb(99,177,248); }
div.DivClassName
{
background-color: #63B1F8;
}
.BgClassName
{
background-color: #63B1F8;
}
</style>
border-color css
<style>
span { border-color: #63B1F8; }
span { border-color: rgb(99,177,248); }
td.TdClassName
{
border-color: #63B1F8;
}
.TagClassName
{
border-color: #63B1F8;
}
</style>