Shades of Baby Blue #63F2E8
Tints of Baby Blue #63F2E8
RGB
CMYK
RGB Variations
Color information
#63F2E8 (or 0x63F2E8) is known color: Baby Blue. HEX triplet: 63, F2 and E8. RGB value is (99,242,232). Sum of RGB (Red+Green+Blue) = 99+242+232=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #63F2E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2E8 is #9C0D17. Grayscale: #C6C6C6. Windows color (decimal): -10226968 or 15266403. OLE color: 15266403.
HSL color Cylindrical-coordinate representation of color #63F2E8: hue angle of 175.8º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F2E8 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 242 | 232 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.05 |
| HSL | 175.8º | 0.85% | 0.67% | - |
| HSV(B) | 175.8º | 0.59% | 0.95% | - |
| XYZ | 51.46 | 71.98 | 87.53 | - |
| YUV | 198.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 232 | 0.59 | 0 | 0.04 | 0.05 | 175.8 | 0.85 | 0.67 |
| Hex | 63 | F2 | E8 | 3B | 0 | 4 | 5 | B0 | 55 | 43 |
| Octal | 143 | 362 | 350 | 73 | 0 | 4 | 5 | 260 | 125 | 103 |
| Binary | 1100011 | 11110010 | 11101000 | 111011 | 0 | 100 | 101 | 10110000 | 1010101 | 1000011 |
Color Harmonies of #63F2E8
Complementary color
Monochromatic Colors of #63F2E8
Black with #63F2E8
Text Example
Text Example
White with #63F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2E8; }
p { color: rgb(99,242,232); }
H1.HeaderClassName
{
color: #63F2E8;
}
.AnyTagClassName
{
color: #63F2E8;
}
</style>
background-color css
<style>
a { background-color: #63F2E8; }
a { background-color: rgb(99,242,232); }
div.DivClassName
{
background-color: #63F2E8;
}
.BgClassName
{
background-color: #63F2E8;
}
</style>
border-color css
<style>
span { border-color: #63F2E8; }
span { border-color: rgb(99,242,232); }
td.TdClassName
{
border-color: #63F2E8;
}
.TagClassName
{
border-color: #63F2E8;
}
</style>