Shades of Maya Blue #63AFFD
Tints of Maya Blue #63AFFD
RGB
CMYK
RGB Variations
Color information
#63AFFD (or 0x63AFFD) is known color: Maya Blue. HEX triplet: 63, AF and FD. RGB value is (99,175,253). Sum of RGB (Red+Green+Blue) = 99+175+253=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #63AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AFFD is #9C5002. Grayscale: #A0A0A0. Windows color (decimal): -10244099 or 16625507. OLE color: 16625507.
HSL color Cylindrical-coordinate representation of color #63AFFD: hue angle of 210.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63AFFD is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 175 | 253 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.01 |
| HSL | 210.39º | 0.97% | 0.69% | - |
| HSV(B) | 210.39º | 0.61% | 0.99% | - |
| XYZ | 38.21 | 40.4 | 98.71 | - |
| YUV | 161.17 | 179.82 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 253 | 0.61 | 0.31 | 0 | 0.01 | 210.39 | 0.97 | 0.69 |
| Hex | 63 | AF | FD | 3D | 1F | 0 | 1 | D2 | 61 | 45 |
| Octal | 143 | 257 | 375 | 75 | 37 | 0 | 1 | 322 | 141 | 105 |
| Binary | 1100011 | 10101111 | 11111101 | 111101 | 11111 | 0 | 1 | 11010010 | 1100001 | 1000101 |
Color Harmonies of #63AFFD
Complementary color
Monochromatic Colors of #63AFFD
Black with #63AFFD
Text Example
Text Example
White with #63AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFFD; }
p { color: rgb(99,175,253); }
H1.HeaderClassName
{
color: #63AFFD;
}
.AnyTagClassName
{
color: #63AFFD;
}
</style>
background-color css
<style>
a { background-color: #63AFFD; }
a { background-color: rgb(99,175,253); }
div.DivClassName
{
background-color: #63AFFD;
}
.BgClassName
{
background-color: #63AFFD;
}
</style>
border-color css
<style>
span { border-color: #63AFFD; }
span { border-color: rgb(99,175,253); }
td.TdClassName
{
border-color: #63AFFD;
}
.TagClassName
{
border-color: #63AFFD;
}
</style>