Shades of Maya Blue #63CCF3
Tints of Maya Blue #63CCF3
RGB
CMYK
RGB Variations
Color information
#63CCF3 (or 0x63CCF3) is known color: Maya Blue. HEX triplet: 63, CC and F3. RGB value is (99,204,243). Sum of RGB (Red+Green+Blue) = 99+204+243=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #63CCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCF3 is #9C330C. Grayscale: #B0B0B0. Windows color (decimal): -10236685 or 15977571. OLE color: 15977571.
HSL color Cylindrical-coordinate representation of color #63CCF3: hue angle of 196.25º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63CCF3 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 204 | 243 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.05 |
| HSL | 196.25º | 0.86% | 0.67% | - |
| HSV(B) | 196.25º | 0.59% | 0.95% | - |
| XYZ | 42.92 | 52.31 | 92.63 | - |
| YUV | 177.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 243 | 0.59 | 0.16 | 0 | 0.05 | 196.25 | 0.86 | 0.67 |
| Hex | 63 | CC | F3 | 3B | 10 | 0 | 5 | C4 | 56 | 43 |
| Octal | 143 | 314 | 363 | 73 | 20 | 0 | 5 | 304 | 126 | 103 |
| Binary | 1100011 | 11001100 | 11110011 | 111011 | 10000 | 0 | 101 | 11000100 | 1010110 | 1000011 |
Color Harmonies of #63CCF3
Complementary color
Monochromatic Colors of #63CCF3
Black with #63CCF3
Text Example
Text Example
White with #63CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCF3; }
p { color: rgb(99,204,243); }
H1.HeaderClassName
{
color: #63CCF3;
}
.AnyTagClassName
{
color: #63CCF3;
}
</style>
background-color css
<style>
a { background-color: #63CCF3; }
a { background-color: rgb(99,204,243); }
div.DivClassName
{
background-color: #63CCF3;
}
.BgClassName
{
background-color: #63CCF3;
}
</style>
border-color css
<style>
span { border-color: #63CCF3; }
span { border-color: rgb(99,204,243); }
td.TdClassName
{
border-color: #63CCF3;
}
.TagClassName
{
border-color: #63CCF3;
}
</style>