Shades of Baby Blue #63FDEA
Tints of Baby Blue #63FDEA
RGB
CMYK
RGB Variations
Color information
#63FDEA (or 0x63FDEA) is known color: Baby Blue. HEX triplet: 63, FD and EA. RGB value is (99,253,234). Sum of RGB (Red+Green+Blue) = 99+253+234=586 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.89% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FDEA is #9C0215. Grayscale: #CCCCCC. Windows color (decimal): -10224150 or 15400291. OLE color: 15400291.
HSL color Cylindrical-coordinate representation of color #63FDEA: hue angle of 172.6º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FDEA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 234 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.01 |
| HSL | 172.6º | 0.97% | 0.69% | - |
| HSV(B) | 172.6º | 0.61% | 0.99% | - |
| XYZ | 55.12 | 78.84 | 90.16 | - |
| YUV | 204.79 | 144.48 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 234 | 0.61 | 0 | 0.08 | 0.01 | 172.6 | 0.97 | 0.69 |
| Hex | 63 | FD | EA | 3D | 0 | 8 | 1 | AD | 61 | 45 |
| Octal | 143 | 375 | 352 | 75 | 0 | 10 | 1 | 255 | 141 | 105 |
| Binary | 1100011 | 11111101 | 11101010 | 111101 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000101 |
Color Harmonies of #63FDEA
Complementary color
Monochromatic Colors of #63FDEA
Black with #63FDEA
Text Example
Text Example
White with #63FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDEA; }
p { color: rgb(99,253,234); }
H1.HeaderClassName
{
color: #63FDEA;
}
.AnyTagClassName
{
color: #63FDEA;
}
</style>
background-color css
<style>
a { background-color: #63FDEA; }
a { background-color: rgb(99,253,234); }
div.DivClassName
{
background-color: #63FDEA;
}
.BgClassName
{
background-color: #63FDEA;
}
</style>
border-color css
<style>
span { border-color: #63FDEA; }
span { border-color: rgb(99,253,234); }
td.TdClassName
{
border-color: #63FDEA;
}
.TagClassName
{
border-color: #63FDEA;
}
</style>