Shades of Maya Blue #63D3FF
Tints of Maya Blue #63D3FF
RGB
CMYK
RGB Variations
Color information
#63D3FF (or 0x63D3FF) is known color: Maya Blue. HEX triplet: 63, D3 and FF. RGB value is (99,211,255). Sum of RGB (Red+Green+Blue) = 99+211+255=565 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.52% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #63D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D3FF is #9C2C00. Grayscale: #B6B6B6. Windows color (decimal): -10234881 or 16765795. OLE color: 16765795.
HSL color Cylindrical-coordinate representation of color #63D3FF: hue angle of 196.92º 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 #63D3FF is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 211 | 255 | - |
| CMYK | 0.61 | 0.17 | 0 | 0 |
| HSL | 196.92º | 1% | 0.69% | - |
| HSV(B) | 196.92º | 0.61% | 1% | - |
| XYZ | 46.49 | 56.46 | 103.06 | - |
| YUV | 182.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 211 | 255 | 0.61 | 0.17 | 0 | 0 | 196.92 | 1 | 0.69 |
| Hex | 63 | D3 | FF | 3D | 11 | 0 | 0 | C5 | 64 | 45 |
| Octal | 143 | 323 | 377 | 75 | 21 | 0 | 0 | 305 | 144 | 105 |
| Binary | 1100011 | 11010011 | 11111111 | 111101 | 10001 | 0 | 0 | 11000101 | 1100100 | 1000101 |
Color Harmonies of #63D3FF
Complementary color
Monochromatic Colors of #63D3FF
Black with #63D3FF
Text Example
Text Example
White with #63D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D3FF; }
p { color: rgb(99,211,255); }
H1.HeaderClassName
{
color: #63D3FF;
}
.AnyTagClassName
{
color: #63D3FF;
}
</style>
background-color css
<style>
a { background-color: #63D3FF; }
a { background-color: rgb(99,211,255); }
div.DivClassName
{
background-color: #63D3FF;
}
.BgClassName
{
background-color: #63D3FF;
}
</style>
border-color css
<style>
span { border-color: #63D3FF; }
span { border-color: rgb(99,211,255); }
td.TdClassName
{
border-color: #63D3FF;
}
.TagClassName
{
border-color: #63D3FF;
}
</style>