Shades of Maya Blue #63CCFF
Tints of Maya Blue #63CCFF
RGB
CMYK
RGB Variations
Color information
#63CCFF (or 0x63CCFF) is known color: Maya Blue. HEX triplet: 63, CC and FF. RGB value is (99,204,255). Sum of RGB (Red+Green+Blue) = 99+204+255=558 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.74% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #63CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCFF is #9C3300. Grayscale: #B2B2B2. Windows color (decimal): -10236673 or 16764003. OLE color: 16764003.
HSL color Cylindrical-coordinate representation of color #63CCFF: hue angle of 199.62º 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 #63CCFF is Cyan = 0.61, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 204 | 255 | - |
| CMYK | 0.61 | 0.2 | 0 | 0 |
| HSL | 199.62º | 1% | 0.69% | - |
| HSV(B) | 199.62º | 0.61% | 1% | - |
| XYZ | 44.79 | 53.06 | 102.49 | - |
| YUV | 178.42 | 171.21 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 255 | 0.61 | 0.2 | 0 | 0 | 199.62 | 1 | 0.69 |
| Hex | 63 | CC | FF | 3D | 14 | 0 | 0 | C8 | 64 | 45 |
| Octal | 143 | 314 | 377 | 75 | 24 | 0 | 0 | 310 | 144 | 105 |
| Binary | 1100011 | 11001100 | 11111111 | 111101 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000101 |
Color Harmonies of #63CCFF
Complementary color
Monochromatic Colors of #63CCFF
Black with #63CCFF
Text Example
Text Example
White with #63CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCFF; }
p { color: rgb(99,204,255); }
H1.HeaderClassName
{
color: #63CCFF;
}
.AnyTagClassName
{
color: #63CCFF;
}
</style>
background-color css
<style>
a { background-color: #63CCFF; }
a { background-color: rgb(99,204,255); }
div.DivClassName
{
background-color: #63CCFF;
}
.BgClassName
{
background-color: #63CCFF;
}
</style>
border-color css
<style>
span { border-color: #63CCFF; }
span { border-color: rgb(99,204,255); }
td.TdClassName
{
border-color: #63CCFF;
}
.TagClassName
{
border-color: #63CCFF;
}
</style>