Shades of Maya Blue #63CCF5
Tints of Maya Blue #63CCF5
RGB
CMYK
RGB Variations
Color information
#63CCF5 (or 0x63CCF5) is known color: Maya Blue. HEX triplet: 63, CC and F5. RGB value is (99,204,245). Sum of RGB (Red+Green+Blue) = 99+204+245=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #63CCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCF5 is #9C330A. Grayscale: #B1B1B1. Windows color (decimal): -10236683 or 16108643. OLE color: 16108643.
HSL color Cylindrical-coordinate representation of color #63CCF5: hue angle of 196.85º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63CCF5 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 204 | 245 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.04 |
| HSL | 196.85º | 0.88% | 0.67% | - |
| HSV(B) | 196.85º | 0.6% | 0.96% | - |
| XYZ | 43.22 | 52.43 | 94.23 | - |
| YUV | 177.28 | 166.21 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 245 | 0.60 | 0.17 | 0 | 0.04 | 196.85 | 0.88 | 0.67 |
| Hex | 63 | CC | F5 | 3C | 11 | 0 | 4 | C5 | 58 | 43 |
| Octal | 143 | 314 | 365 | 74 | 21 | 0 | 4 | 305 | 130 | 103 |
| Binary | 1100011 | 11001100 | 11110101 | 111100 | 10001 | 0 | 100 | 11000101 | 1011000 | 1000011 |
Color Harmonies of #63CCF5
Complementary color
Monochromatic Colors of #63CCF5
Black with #63CCF5
Text Example
Text Example
White with #63CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCF5; }
p { color: rgb(99,204,245); }
H1.HeaderClassName
{
color: #63CCF5;
}
.AnyTagClassName
{
color: #63CCF5;
}
</style>
background-color css
<style>
a { background-color: #63CCF5; }
a { background-color: rgb(99,204,245); }
div.DivClassName
{
background-color: #63CCF5;
}
.BgClassName
{
background-color: #63CCF5;
}
</style>
border-color css
<style>
span { border-color: #63CCF5; }
span { border-color: rgb(99,204,245); }
td.TdClassName
{
border-color: #63CCF5;
}
.TagClassName
{
border-color: #63CCF5;
}
</style>