Shades of Maya Blue #63CEFE
Tints of Maya Blue #63CEFE
RGB
CMYK
RGB Variations
Color information
#63CEFE (or 0x63CEFE) is known color: Maya Blue. HEX triplet: 63, CE and FE. RGB value is (99,206,254). Sum of RGB (Red+Green+Blue) = 99+206+254=559 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.71% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #63CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CEFE is #9C3101. Grayscale: #B3B3B3. Windows color (decimal): -10236162 or 16698979. OLE color: 16698979.
HSL color Cylindrical-coordinate representation of color #63CEFE: hue angle of 198.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63CEFE is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 206 | 254 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.00 |
| HSL | 198.58º | 0.99% | 0.69% | - |
| HSV(B) | 198.58º | 0.61% | 1% | - |
| XYZ | 45.11 | 53.95 | 101.8 | - |
| YUV | 179.48 | 170.05 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 206 | 254 | 0.61 | 0.19 | 0 | 0.00 | 198.58 | 0.99 | 0.69 |
| Hex | 63 | CE | FE | 3D | 13 | 0 | 0 | C7 | 63 | 45 |
| Octal | 143 | 316 | 376 | 75 | 23 | 0 | 0 | 307 | 143 | 105 |
| Binary | 1100011 | 11001110 | 11111110 | 111101 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000101 |
Color Harmonies of #63CEFE
Complementary color
Monochromatic Colors of #63CEFE
Black with #63CEFE
Text Example
Text Example
White with #63CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CEFE; }
p { color: rgb(99,206,254); }
H1.HeaderClassName
{
color: #63CEFE;
}
.AnyTagClassName
{
color: #63CEFE;
}
</style>
background-color css
<style>
a { background-color: #63CEFE; }
a { background-color: rgb(99,206,254); }
div.DivClassName
{
background-color: #63CEFE;
}
.BgClassName
{
background-color: #63CEFE;
}
</style>
border-color css
<style>
span { border-color: #63CEFE; }
span { border-color: rgb(99,206,254); }
td.TdClassName
{
border-color: #63CEFE;
}
.TagClassName
{
border-color: #63CEFE;
}
</style>