Shades of Maya Blue #63CFFC
Tints of Maya Blue #63CFFC
RGB
CMYK
RGB Variations
Color information
#63CFFC (or 0x63CFFC) is known color: Maya Blue. HEX triplet: 63, CF and FC. RGB value is (99,207,252). Sum of RGB (Red+Green+Blue) = 99+207+252=558 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.74% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #63CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFFC is #9C3003. Grayscale: #B3B3B3. Windows color (decimal): -10235908 or 16568163. OLE color: 16568163.
HSL color Cylindrical-coordinate representation of color #63CFFC: hue angle of 197.65º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63CFFC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 207 | 252 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.01 |
| HSL | 197.65º | 0.96% | 0.69% | - |
| HSV(B) | 197.65º | 0.61% | 0.99% | - |
| XYZ | 45.03 | 54.31 | 100.2 | - |
| YUV | 179.84 | 168.72 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 252 | 0.61 | 0.18 | 0 | 0.01 | 197.65 | 0.96 | 0.69 |
| Hex | 63 | CF | FC | 3D | 12 | 0 | 1 | C6 | 60 | 45 |
| Octal | 143 | 317 | 374 | 75 | 22 | 0 | 1 | 306 | 140 | 105 |
| Binary | 1100011 | 11001111 | 11111100 | 111101 | 10010 | 0 | 1 | 11000110 | 1100000 | 1000101 |
Color Harmonies of #63CFFC
Complementary color
Monochromatic Colors of #63CFFC
Black with #63CFFC
Text Example
Text Example
White with #63CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFFC; }
p { color: rgb(99,207,252); }
H1.HeaderClassName
{
color: #63CFFC;
}
.AnyTagClassName
{
color: #63CFFC;
}
</style>
background-color css
<style>
a { background-color: #63CFFC; }
a { background-color: rgb(99,207,252); }
div.DivClassName
{
background-color: #63CFFC;
}
.BgClassName
{
background-color: #63CFFC;
}
</style>
border-color css
<style>
span { border-color: #63CFFC; }
span { border-color: rgb(99,207,252); }
td.TdClassName
{
border-color: #63CFFC;
}
.TagClassName
{
border-color: #63CFFC;
}
</style>