Shades of Baby Blue #63ECFD
Tints of Baby Blue #63ECFD
RGB
CMYK
RGB Variations
Color information
#63ECFD (or 0x63ECFD) is known color: Baby Blue. HEX triplet: 63, EC and FD. RGB value is (99,236,253). Sum of RGB (Red+Green+Blue) = 99+236+253=588 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.84% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #63ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECFD is #9C1302. Grayscale: #C4C4C4. Windows color (decimal): -10228483 or 16641123. OLE color: 16641123.
HSL color Cylindrical-coordinate representation of color #63ECFD: hue angle of 186.62º 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 #63ECFD is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 236 | 253 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.01 |
| HSL | 186.62º | 0.97% | 0.69% | - |
| HSV(B) | 186.62º | 0.61% | 0.99% | - |
| XYZ | 52.87 | 69.74 | 103.6 | - |
| YUV | 196.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 253 | 0.61 | 0.07 | 0 | 0.01 | 186.62 | 0.97 | 0.69 |
| Hex | 63 | EC | FD | 3D | 7 | 0 | 1 | BB | 61 | 45 |
| Octal | 143 | 354 | 375 | 75 | 7 | 0 | 1 | 273 | 141 | 105 |
| Binary | 1100011 | 11101100 | 11111101 | 111101 | 111 | 0 | 1 | 10111011 | 1100001 | 1000101 |
Color Harmonies of #63ECFD
Complementary color
Monochromatic Colors of #63ECFD
Black with #63ECFD
Text Example
Text Example
White with #63ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECFD; }
p { color: rgb(99,236,253); }
H1.HeaderClassName
{
color: #63ECFD;
}
.AnyTagClassName
{
color: #63ECFD;
}
</style>
background-color css
<style>
a { background-color: #63ECFD; }
a { background-color: rgb(99,236,253); }
div.DivClassName
{
background-color: #63ECFD;
}
.BgClassName
{
background-color: #63ECFD;
}
</style>
border-color css
<style>
span { border-color: #63ECFD; }
span { border-color: rgb(99,236,253); }
td.TdClassName
{
border-color: #63ECFD;
}
.TagClassName
{
border-color: #63ECFD;
}
</style>