Shades of Maya Blue #63D1FF
Tints of Maya Blue #63D1FF
RGB
CMYK
RGB Variations
Color information
#63D1FF (or 0x63D1FF) is known color: Maya Blue. HEX triplet: 63, D1 and FF. RGB value is (99,209,255). Sum of RGB (Red+Green+Blue) = 99+209+255=563 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.58% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #63D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D1FF is #9C2E00. Grayscale: #B5B5B5. Windows color (decimal): -10235393 or 16765283. OLE color: 16765283.
HSL color Cylindrical-coordinate representation of color #63D1FF: hue angle of 197.69º 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 #63D1FF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 209 | 255 | - |
| CMYK | 0.61 | 0.18 | 0 | 0 |
| HSL | 197.69º | 1% | 0.69% | - |
| HSV(B) | 197.69º | 0.61% | 1% | - |
| XYZ | 46 | 55.47 | 102.89 | - |
| YUV | 181.35 | 169.56 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 209 | 255 | 0.61 | 0.18 | 0 | 0 | 197.69 | 1 | 0.69 |
| Hex | 63 | D1 | FF | 3D | 12 | 0 | 0 | C6 | 64 | 45 |
| Octal | 143 | 321 | 377 | 75 | 22 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1100011 | 11010001 | 11111111 | 111101 | 10010 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #63D1FF
Complementary color
Monochromatic Colors of #63D1FF
Black with #63D1FF
Text Example
Text Example
White with #63D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D1FF; }
p { color: rgb(99,209,255); }
H1.HeaderClassName
{
color: #63D1FF;
}
.AnyTagClassName
{
color: #63D1FF;
}
</style>
background-color css
<style>
a { background-color: #63D1FF; }
a { background-color: rgb(99,209,255); }
div.DivClassName
{
background-color: #63D1FF;
}
.BgClassName
{
background-color: #63D1FF;
}
</style>
border-color css
<style>
span { border-color: #63D1FF; }
span { border-color: rgb(99,209,255); }
td.TdClassName
{
border-color: #63D1FF;
}
.TagClassName
{
border-color: #63D1FF;
}
</style>