Shades of Maya Blue #63BFFE
Tints of Maya Blue #63BFFE
RGB
CMYK
RGB Variations
Color information
#63BFFE (or 0x63BFFE) is known color: Maya Blue. HEX triplet: 63, BF and FE. RGB value is (99,191,254). Sum of RGB (Red+Green+Blue) = 99+191+254=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #63BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BFFE is #9C4001. Grayscale: #AAAAAA. Windows color (decimal): -10240002 or 16695139. OLE color: 16695139.
HSL color Cylindrical-coordinate representation of color #63BFFE: hue angle of 204.39º 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 #63BFFE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 191 | 254 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.00 |
| HSL | 204.39º | 0.99% | 0.69% | - |
| HSV(B) | 204.39º | 0.61% | 1% | - |
| XYZ | 41.67 | 47.07 | 100.66 | - |
| YUV | 170.67 | 175.02 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 254 | 0.61 | 0.25 | 0 | 0.00 | 204.39 | 0.99 | 0.69 |
| Hex | 63 | BF | FE | 3D | 19 | 0 | 0 | CC | 63 | 45 |
| Octal | 143 | 277 | 376 | 75 | 31 | 0 | 0 | 314 | 143 | 105 |
| Binary | 1100011 | 10111111 | 11111110 | 111101 | 11001 | 0 | 0 | 11001100 | 1100011 | 1000101 |
Color Harmonies of #63BFFE
Complementary color
Monochromatic Colors of #63BFFE
Black with #63BFFE
Text Example
Text Example
White with #63BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFFE; }
p { color: rgb(99,191,254); }
H1.HeaderClassName
{
color: #63BFFE;
}
.AnyTagClassName
{
color: #63BFFE;
}
</style>
background-color css
<style>
a { background-color: #63BFFE; }
a { background-color: rgb(99,191,254); }
div.DivClassName
{
background-color: #63BFFE;
}
.BgClassName
{
background-color: #63BFFE;
}
</style>
border-color css
<style>
span { border-color: #63BFFE; }
span { border-color: rgb(99,191,254); }
td.TdClassName
{
border-color: #63BFFE;
}
.TagClassName
{
border-color: #63BFFE;
}
</style>