Shades of Maya Blue #63CFFF
Tints of Maya Blue #63CFFF
RGB
CMYK
RGB Variations
Color information
#63CFFF (or 0x63CFFF) is known color: Maya Blue. HEX triplet: 63, CF and FF. RGB value is (99,207,255). Sum of RGB (Red+Green+Blue) = 99+207+255=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #63CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFFF is #9C3000. Grayscale: #B3B3B3. Windows color (decimal): -10235905 or 16764771. OLE color: 16764771.
HSL color Cylindrical-coordinate representation of color #63CFFF: hue angle of 198.46º 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 #63CFFF is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 207 | 255 | - |
| CMYK | 0.61 | 0.19 | 0 | 0 |
| HSL | 198.46º | 1% | 0.69% | - |
| HSV(B) | 198.46º | 0.61% | 1% | - |
| XYZ | 45.51 | 54.5 | 102.73 | - |
| YUV | 180.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 255 | 0.61 | 0.19 | 0 | 0 | 198.46 | 1 | 0.69 |
| Hex | 63 | CF | FF | 3D | 13 | 0 | 0 | C6 | 64 | 45 |
| Octal | 143 | 317 | 377 | 75 | 23 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1100011 | 11001111 | 11111111 | 111101 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #63CFFF
Complementary color
Monochromatic Colors of #63CFFF
Black with #63CFFF
Text Example
Text Example
White with #63CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CFFF; }
p { color: rgb(99,207,255); }
H1.HeaderClassName
{
color: #63CFFF;
}
.AnyTagClassName
{
color: #63CFFF;
}
</style>
background-color css
<style>
a { background-color: #63CFFF; }
a { background-color: rgb(99,207,255); }
div.DivClassName
{
background-color: #63CFFF;
}
.BgClassName
{
background-color: #63CFFF;
}
</style>
border-color css
<style>
span { border-color: #63CFFF; }
span { border-color: rgb(99,207,255); }
td.TdClassName
{
border-color: #63CFFF;
}
.TagClassName
{
border-color: #63CFFF;
}
</style>