Shades of Baby Blue #63FEFD
Tints of Baby Blue #63FEFD
RGB
CMYK
RGB Variations
Color information
#63FEFD (or 0x63FEFD) is known color: Baby Blue. HEX triplet: 63, FE and FD. RGB value is (99,254,253). Sum of RGB (Red+Green+Blue) = 99+254+253=606 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.34% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEFD is #9C0102. Grayscale: #CFCFCF. Windows color (decimal): -10223875 or 16645731. OLE color: 16645731.
HSL color Cylindrical-coordinate representation of color #63FEFD: hue angle of 179.61º 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 #63FEFD is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 253 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.00 |
| HSL | 179.61º | 0.99% | 0.69% | - |
| HSV(B) | 179.61º | 0.61% | 1% | - |
| XYZ | 58.32 | 80.63 | 105.42 | - |
| YUV | 207.54 | 153.65 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 253 | 0.61 | 0 | 0.00 | 0.00 | 179.61 | 0.99 | 0.69 |
| Hex | 63 | FE | FD | 3D | 0 | 0 | 0 | B4 | 63 | 45 |
| Octal | 143 | 376 | 375 | 75 | 0 | 0 | 0 | 264 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11111101 | 111101 | 0 | 0 | 0 | 10110100 | 1100011 | 1000101 |
Color Harmonies of #63FEFD
Complementary color
Monochromatic Colors of #63FEFD
Black with #63FEFD
Text Example
Text Example
White with #63FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEFD; }
p { color: rgb(99,254,253); }
H1.HeaderClassName
{
color: #63FEFD;
}
.AnyTagClassName
{
color: #63FEFD;
}
</style>
background-color css
<style>
a { background-color: #63FEFD; }
a { background-color: rgb(99,254,253); }
div.DivClassName
{
background-color: #63FEFD;
}
.BgClassName
{
background-color: #63FEFD;
}
</style>
border-color css
<style>
span { border-color: #63FEFD; }
span { border-color: rgb(99,254,253); }
td.TdClassName
{
border-color: #63FEFD;
}
.TagClassName
{
border-color: #63FEFD;
}
</style>