Shades of Maya Blue #63CDFF
Tints of Maya Blue #63CDFF
RGB
CMYK
RGB Variations
Color information
#63CDFF (or 0x63CDFF) is known color: Maya Blue. HEX triplet: 63, CD and FF. RGB value is (99,205,255). Sum of RGB (Red+Green+Blue) = 99+205+255=559 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.71% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #63CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CDFF is #9C3200. Grayscale: #B2B2B2. Windows color (decimal): -10236417 or 16764259. OLE color: 16764259.
HSL color Cylindrical-coordinate representation of color #63CDFF: hue angle of 199.23º 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 #63CDFF is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 205 | 255 | - |
| CMYK | 0.61 | 0.20 | 0 | 0 |
| HSL | 199.23º | 1% | 0.69% | - |
| HSV(B) | 199.23º | 0.61% | 1% | - |
| XYZ | 45.03 | 53.54 | 102.57 | - |
| YUV | 179.01 | 170.88 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 255 | 0.61 | 0.20 | 0 | 0 | 199.23 | 1 | 0.69 |
| Hex | 63 | CD | FF | 3D | 14 | 0 | 0 | C7 | 64 | 45 |
| Octal | 143 | 315 | 377 | 75 | 24 | 0 | 0 | 307 | 144 | 105 |
| Binary | 1100011 | 11001101 | 11111111 | 111101 | 10100 | 0 | 0 | 11000111 | 1100100 | 1000101 |
Color Harmonies of #63CDFF
Complementary color
Monochromatic Colors of #63CDFF
Black with #63CDFF
Text Example
Text Example
White with #63CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDFF; }
p { color: rgb(99,205,255); }
H1.HeaderClassName
{
color: #63CDFF;
}
.AnyTagClassName
{
color: #63CDFF;
}
</style>
background-color css
<style>
a { background-color: #63CDFF; }
a { background-color: rgb(99,205,255); }
div.DivClassName
{
background-color: #63CDFF;
}
.BgClassName
{
background-color: #63CDFF;
}
</style>
border-color css
<style>
span { border-color: #63CDFF; }
span { border-color: rgb(99,205,255); }
td.TdClassName
{
border-color: #63CDFF;
}
.TagClassName
{
border-color: #63CDFF;
}
</style>