Shades of Baby Blue #63FEE5
Tints of Baby Blue #63FEE5
RGB
CMYK
RGB Variations
Color information
#63FEE5 (or 0x63FEE5) is known color: Baby Blue. HEX triplet: 63, FE and E5. RGB value is (99,254,229). Sum of RGB (Red+Green+Blue) = 99+254+229=582 (77% of max value = 765). Red value is 99 (39.06% from 255 or 17.01% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FEE5 is #9C011A. Grayscale: #CCCCCC. Windows color (decimal): -10223899 or 15072867. OLE color: 15072867.
HSL color Cylindrical-coordinate representation of color #63FEE5: hue angle of 170.32º 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 #63FEE5 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 229 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.00 |
| HSL | 170.32º | 0.99% | 0.69% | - |
| HSV(B) | 170.32º | 0.61% | 1% | - |
| XYZ | 54.73 | 79.19 | 86.53 | - |
| YUV | 204.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 229 | 0.61 | 0 | 0.10 | 0.00 | 170.32 | 0.99 | 0.69 |
| Hex | 63 | FE | E5 | 3D | 0 | A | 0 | AA | 63 | 45 |
| Octal | 143 | 376 | 345 | 75 | 0 | 12 | 0 | 252 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11100101 | 111101 | 0 | 1010 | 0 | 10101010 | 1100011 | 1000101 |
Color Harmonies of #63FEE5
Complementary color
Monochromatic Colors of #63FEE5
Black with #63FEE5
Text Example
Text Example
White with #63FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEE5; }
p { color: rgb(99,254,229); }
H1.HeaderClassName
{
color: #63FEE5;
}
.AnyTagClassName
{
color: #63FEE5;
}
</style>
background-color css
<style>
a { background-color: #63FEE5; }
a { background-color: rgb(99,254,229); }
div.DivClassName
{
background-color: #63FEE5;
}
.BgClassName
{
background-color: #63FEE5;
}
</style>
border-color css
<style>
span { border-color: #63FEE5; }
span { border-color: rgb(99,254,229); }
td.TdClassName
{
border-color: #63FEE5;
}
.TagClassName
{
border-color: #63FEE5;
}
</style>