Shades of Baby Blue #63FFFD
Tints of Baby Blue #63FFFD
RGB
CMYK
RGB Variations
Color information
#63FFFD (or 0x63FFFD) is known color: Baby Blue. HEX triplet: 63, FF and FD. RGB value is (99,255,253). Sum of RGB (Red+Green+Blue) = 99+255+253=607 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.31% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFFD is #9C0002. Grayscale: #CFCFCF. Windows color (decimal): -10223619 or 16645987. OLE color: 16645987.
HSL color Cylindrical-coordinate representation of color #63FFFD: hue angle of 179.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFFD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 253 | - |
| CMYK | 0.61 | 0 | 0.01 | 0 |
| HSL | 179.23º | 1% | 0.69% | - |
| HSV(B) | 179.23º | 0.61% | 1% | - |
| XYZ | 58.64 | 81.26 | 105.52 | - |
| YUV | 208.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 253 | 0.61 | 0 | 0.01 | 0 | 179.23 | 1 | 0.69 |
| Hex | 63 | FF | FD | 3D | 0 | 1 | 0 | B3 | 64 | 45 |
| Octal | 143 | 377 | 375 | 75 | 0 | 1 | 0 | 263 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11111101 | 111101 | 0 | 1 | 0 | 10110011 | 1100100 | 1000101 |
Color Harmonies of #63FFFD
Complementary color
Monochromatic Colors of #63FFFD
Black with #63FFFD
Text Example
Text Example
White with #63FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFFD; }
p { color: rgb(99,255,253); }
H1.HeaderClassName
{
color: #63FFFD;
}
.AnyTagClassName
{
color: #63FFFD;
}
</style>
background-color css
<style>
a { background-color: #63FFFD; }
a { background-color: rgb(99,255,253); }
div.DivClassName
{
background-color: #63FFFD;
}
.BgClassName
{
background-color: #63FFFD;
}
</style>
border-color css
<style>
span { border-color: #63FFFD; }
span { border-color: rgb(99,255,253); }
td.TdClassName
{
border-color: #63FFFD;
}
.TagClassName
{
border-color: #63FFFD;
}
</style>