Shades of Baby Blue #63F2F6
Tints of Baby Blue #63F2F6
RGB
CMYK
RGB Variations
Color information
#63F2F6 (or 0x63F2F6) is known color: Baby Blue. HEX triplet: 63, F2 and F6. RGB value is (99,242,246). Sum of RGB (Red+Green+Blue) = 99+242+246=587 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.87% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #63F2F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2F6 is #9C0D09. Grayscale: #C7C7C7. Windows color (decimal): -10226954 or 16183907. OLE color: 16183907.
HSL color Cylindrical-coordinate representation of color #63F2F6: hue angle of 181.63º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F2F6 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 242 | 246 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.04 |
| HSL | 181.63º | 0.89% | 0.68% | - |
| HSV(B) | 181.63º | 0.6% | 0.96% | - |
| XYZ | 53.53 | 72.81 | 98.42 | - |
| YUV | 199.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 246 | 0.60 | 0.02 | 0 | 0.04 | 181.63 | 0.89 | 0.68 |
| Hex | 63 | F2 | F6 | 3C | 2 | 0 | 4 | B6 | 59 | 44 |
| Octal | 143 | 362 | 366 | 74 | 2 | 0 | 4 | 266 | 131 | 104 |
| Binary | 1100011 | 11110010 | 11110110 | 111100 | 10 | 0 | 100 | 10110110 | 1011001 | 1000100 |
Color Harmonies of #63F2F6
Complementary color
Monochromatic Colors of #63F2F6
Black with #63F2F6
Text Example
Text Example
White with #63F2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2F6; }
p { color: rgb(99,242,246); }
H1.HeaderClassName
{
color: #63F2F6;
}
.AnyTagClassName
{
color: #63F2F6;
}
</style>
background-color css
<style>
a { background-color: #63F2F6; }
a { background-color: rgb(99,242,246); }
div.DivClassName
{
background-color: #63F2F6;
}
.BgClassName
{
background-color: #63F2F6;
}
</style>
border-color css
<style>
span { border-color: #63F2F6; }
span { border-color: rgb(99,242,246); }
td.TdClassName
{
border-color: #63F2F6;
}
.TagClassName
{
border-color: #63F2F6;
}
</style>