Shades of Maya Blue #63B5FE
Tints of Maya Blue #63B5FE
RGB
CMYK
RGB Variations
Color information
#63B5FE (or 0x63B5FE) is known color: Maya Blue. HEX triplet: 63, B5 and FE. RGB value is (99,181,254). Sum of RGB (Red+Green+Blue) = 99+181+254=534 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.54% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #63B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63B5FE is #9C4A01. Grayscale: #A4A4A4. Windows color (decimal): -10242562 or 16692579. OLE color: 16692579.
HSL color Cylindrical-coordinate representation of color #63B5FE: hue angle of 208.26º 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 #63B5FE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 181 | 254 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.00 |
| HSL | 208.26º | 0.99% | 0.69% | - |
| HSV(B) | 208.26º | 0.61% | 1% | - |
| XYZ | 39.56 | 42.86 | 99.95 | - |
| YUV | 164.8 | 178.33 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 254 | 0.61 | 0.29 | 0 | 0.00 | 208.26 | 0.99 | 0.69 |
| Hex | 63 | B5 | FE | 3D | 1D | 0 | 0 | D0 | 63 | 45 |
| Octal | 143 | 265 | 376 | 75 | 35 | 0 | 0 | 320 | 143 | 105 |
| Binary | 1100011 | 10110101 | 11111110 | 111101 | 11101 | 0 | 0 | 11010000 | 1100011 | 1000101 |
Color Harmonies of #63B5FE
Complementary color
Monochromatic Colors of #63B5FE
Black with #63B5FE
Text Example
Text Example
White with #63B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5FE; }
p { color: rgb(99,181,254); }
H1.HeaderClassName
{
color: #63B5FE;
}
.AnyTagClassName
{
color: #63B5FE;
}
</style>
background-color css
<style>
a { background-color: #63B5FE; }
a { background-color: rgb(99,181,254); }
div.DivClassName
{
background-color: #63B5FE;
}
.BgClassName
{
background-color: #63B5FE;
}
</style>
border-color css
<style>
span { border-color: #63B5FE; }
span { border-color: rgb(99,181,254); }
td.TdClassName
{
border-color: #63B5FE;
}
.TagClassName
{
border-color: #63B5FE;
}
</style>