Shades of Baby Blue #63F7F2
Tints of Baby Blue #63F7F2
RGB
CMYK
RGB Variations
Color information
#63F7F2 (or 0x63F7F2) is known color: Baby Blue. HEX triplet: 63, F7 and F2. RGB value is (99,247,242). Sum of RGB (Red+Green+Blue) = 99+247+242=588 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.84% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #63F7F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F7F2 is #9C080D. Grayscale: #CACACA. Windows color (decimal): -10225678 or 15923043. OLE color: 15923043.
HSL color Cylindrical-coordinate representation of color #63F7F2: hue angle of 177.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F7F2 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 99 | 247 | 242 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.03 |
| HSL | 177.97º | 0.9% | 0.68% | - |
| HSV(B) | 177.97º | 0.6% | 0.97% | - |
| XYZ | 54.43 | 75.58 | 95.72 | - |
| YUV | 202.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 247 | 242 | 0.60 | 0 | 0.02 | 0.03 | 177.97 | 0.9 | 0.68 |
| Hex | 63 | F7 | F2 | 3C | 0 | 2 | 3 | B2 | 5A | 44 |
| Octal | 143 | 367 | 362 | 74 | 0 | 2 | 3 | 262 | 132 | 104 |
| Binary | 1100011 | 11110111 | 11110010 | 111100 | 0 | 10 | 11 | 10110010 | 1011010 | 1000100 |
Color Harmonies of #63F7F2
Complementary color
Monochromatic Colors of #63F7F2
Black with #63F7F2
Text Example
Text Example
White with #63F7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F7F2; }
p { color: rgb(99,247,242); }
H1.HeaderClassName
{
color: #63F7F2;
}
.AnyTagClassName
{
color: #63F7F2;
}
</style>
background-color css
<style>
a { background-color: #63F7F2; }
a { background-color: rgb(99,247,242); }
div.DivClassName
{
background-color: #63F7F2;
}
.BgClassName
{
background-color: #63F7F2;
}
</style>
border-color css
<style>
span { border-color: #63F7F2; }
span { border-color: rgb(99,247,242); }
td.TdClassName
{
border-color: #63F7F2;
}
.TagClassName
{
border-color: #63F7F2;
}
</style>