Shades of Baby Blue #63FDFB
Tints of Baby Blue #63FDFB
RGB
CMYK
RGB Variations
Color information
#63FDFB (or 0x63FDFB) is known color: Baby Blue. HEX triplet: 63, FD and FB. RGB value is (99,253,251). Sum of RGB (Red+Green+Blue) = 99+253+251=603 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.42% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #63FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FDFB is #9C0204. Grayscale: #CECECE. Windows color (decimal): -10224133 or 16514403. OLE color: 16514403.
HSL color Cylindrical-coordinate representation of color #63FDFB: hue angle of 179.22º 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 #63FDFB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 253 | 251 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.01 |
| HSL | 179.22º | 0.97% | 0.69% | - |
| HSV(B) | 179.22º | 0.61% | 0.99% | - |
| XYZ | 57.68 | 79.87 | 103.64 | - |
| YUV | 206.73 | 152.98 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 253 | 251 | 0.61 | 0 | 0.01 | 0.01 | 179.22 | 0.97 | 0.69 |
| Hex | 63 | FD | FB | 3D | 0 | 1 | 1 | B3 | 61 | 45 |
| Octal | 143 | 375 | 373 | 75 | 0 | 1 | 1 | 263 | 141 | 105 |
| Binary | 1100011 | 11111101 | 11111011 | 111101 | 0 | 1 | 1 | 10110011 | 1100001 | 1000101 |
Color Harmonies of #63FDFB
Complementary color
Monochromatic Colors of #63FDFB
Black with #63FDFB
Text Example
Text Example
White with #63FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FDFB; }
p { color: rgb(99,253,251); }
H1.HeaderClassName
{
color: #63FDFB;
}
.AnyTagClassName
{
color: #63FDFB;
}
</style>
background-color css
<style>
a { background-color: #63FDFB; }
a { background-color: rgb(99,253,251); }
div.DivClassName
{
background-color: #63FDFB;
}
.BgClassName
{
background-color: #63FDFB;
}
</style>
border-color css
<style>
span { border-color: #63FDFB; }
span { border-color: rgb(99,253,251); }
td.TdClassName
{
border-color: #63FDFB;
}
.TagClassName
{
border-color: #63FDFB;
}
</style>