Shades of Baby Blue #63F6EF
Tints of Baby Blue #63F6EF
RGB
CMYK
RGB Variations
Color information
#63F6EF (or 0x63F6EF) is known color: Baby Blue. HEX triplet: 63, F6 and EF. RGB value is (99,246,239). Sum of RGB (Red+Green+Blue) = 99+246+239=584 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.95% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #63F6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F6EF is #9C0910. Grayscale: #C9C9C9. Windows color (decimal): -10225937 or 15726179. OLE color: 15726179.
HSL color Cylindrical-coordinate representation of color #63F6EF: hue angle of 177.14º 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 #63F6EF is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 246 | 239 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.04 |
| HSL | 177.14º | 0.89% | 0.68% | - |
| HSV(B) | 177.14º | 0.6% | 0.96% | - |
| XYZ | 53.68 | 74.8 | 93.27 | - |
| YUV | 201.25 | 149.3 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 246 | 239 | 0.60 | 0 | 0.03 | 0.04 | 177.14 | 0.89 | 0.68 |
| Hex | 63 | F6 | EF | 3C | 0 | 3 | 4 | B1 | 59 | 44 |
| Octal | 143 | 366 | 357 | 74 | 0 | 3 | 4 | 261 | 131 | 104 |
| Binary | 1100011 | 11110110 | 11101111 | 111100 | 0 | 11 | 100 | 10110001 | 1011001 | 1000100 |
Color Harmonies of #63F6EF
Complementary color
Monochromatic Colors of #63F6EF
Black with #63F6EF
Text Example
Text Example
White with #63F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F6EF; }
p { color: rgb(99,246,239); }
H1.HeaderClassName
{
color: #63F6EF;
}
.AnyTagClassName
{
color: #63F6EF;
}
</style>
background-color css
<style>
a { background-color: #63F6EF; }
a { background-color: rgb(99,246,239); }
div.DivClassName
{
background-color: #63F6EF;
}
.BgClassName
{
background-color: #63F6EF;
}
</style>
border-color css
<style>
span { border-color: #63F6EF; }
span { border-color: rgb(99,246,239); }
td.TdClassName
{
border-color: #63F6EF;
}
.TagClassName
{
border-color: #63F6EF;
}
</style>