Shades of Baby Blue #63FEE4
Tints of Baby Blue #63FEE4
RGB
CMYK
RGB Variations
Color information
#63FEE4 (or 0x63FEE4) is known color: Baby Blue. HEX triplet: 63, FE and E4. RGB value is (99,254,228). Sum of RGB (Red+Green+Blue) = 99+254+228=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FEE4 is #9C011B. Grayscale: #CCCCCC. Windows color (decimal): -10223900 or 15007331. OLE color: 15007331.
HSL color Cylindrical-coordinate representation of color #63FEE4: hue angle of 169.94º 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 #63FEE4 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 228 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.00 |
| HSL | 169.94º | 0.99% | 0.69% | - |
| HSV(B) | 169.94º | 0.61% | 1% | - |
| XYZ | 54.59 | 79.14 | 85.8 | - |
| YUV | 204.69 | 141.15 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 228 | 0.61 | 0 | 0.10 | 0.00 | 169.94 | 0.99 | 0.69 |
| Hex | 63 | FE | E4 | 3D | 0 | A | 0 | AA | 63 | 45 |
| Octal | 143 | 376 | 344 | 75 | 0 | 12 | 0 | 252 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11100100 | 111101 | 0 | 1010 | 0 | 10101010 | 1100011 | 1000101 |
Color Harmonies of #63FEE4
Complementary color
Monochromatic Colors of #63FEE4
Black with #63FEE4
Text Example
Text Example
White with #63FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEE4; }
p { color: rgb(99,254,228); }
H1.HeaderClassName
{
color: #63FEE4;
}
.AnyTagClassName
{
color: #63FEE4;
}
</style>
background-color css
<style>
a { background-color: #63FEE4; }
a { background-color: rgb(99,254,228); }
div.DivClassName
{
background-color: #63FEE4;
}
.BgClassName
{
background-color: #63FEE4;
}
</style>
border-color css
<style>
span { border-color: #63FEE4; }
span { border-color: rgb(99,254,228); }
td.TdClassName
{
border-color: #63FEE4;
}
.TagClassName
{
border-color: #63FEE4;
}
</style>