Shades of Maya Blue #63B5FF
Tints of Maya Blue #63B5FF
RGB
CMYK
RGB Variations
Color information
#63B5FF (or 0x63B5FF) is known color: Maya Blue. HEX triplet: 63, B5 and FF. RGB value is (99,181,255). Sum of RGB (Red+Green+Blue) = 99+181+255=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #63B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63B5FF is #9C4A00. Grayscale: #A4A4A4. Windows color (decimal): -10242561 or 16758115. OLE color: 16758115.
HSL color Cylindrical-coordinate representation of color #63B5FF: hue angle of 208.46º 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 #63B5FF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 181 | 255 | - |
| CMYK | 0.61 | 0.29 | 0 | 0 |
| HSL | 208.46º | 1% | 0.69% | - |
| HSV(B) | 208.46º | 0.61% | 1% | - |
| XYZ | 39.72 | 42.92 | 100.8 | - |
| YUV | 164.92 | 178.83 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 255 | 0.61 | 0.29 | 0 | 0 | 208.46 | 1 | 0.69 |
| Hex | 63 | B5 | FF | 3D | 1D | 0 | 0 | D0 | 64 | 45 |
| Octal | 143 | 265 | 377 | 75 | 35 | 0 | 0 | 320 | 144 | 105 |
| Binary | 1100011 | 10110101 | 11111111 | 111101 | 11101 | 0 | 0 | 11010000 | 1100100 | 1000101 |
Color Harmonies of #63B5FF
Complementary color
Monochromatic Colors of #63B5FF
Black with #63B5FF
Text Example
Text Example
White with #63B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5FF; }
p { color: rgb(99,181,255); }
H1.HeaderClassName
{
color: #63B5FF;
}
.AnyTagClassName
{
color: #63B5FF;
}
</style>
background-color css
<style>
a { background-color: #63B5FF; }
a { background-color: rgb(99,181,255); }
div.DivClassName
{
background-color: #63B5FF;
}
.BgClassName
{
background-color: #63B5FF;
}
</style>
border-color css
<style>
span { border-color: #63B5FF; }
span { border-color: rgb(99,181,255); }
td.TdClassName
{
border-color: #63B5FF;
}
.TagClassName
{
border-color: #63B5FF;
}
</style>