Shades of Baby Blue #63F4ED
Tints of Baby Blue #63F4ED
RGB
CMYK
RGB Variations
Color information
#63F4ED (or 0x63F4ED) is known color: Baby Blue. HEX triplet: 63, F4 and ED. RGB value is (99,244,237). Sum of RGB (Red+Green+Blue) = 99+244+237=580 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.07% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #63F4ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F4ED is #9C0B12. Grayscale: #C7C7C7. Windows color (decimal): -10226451 or 15594595. OLE color: 15594595.
HSL color Cylindrical-coordinate representation of color #63F4ED: hue angle of 177.1º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F4ED is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 244 | 237 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.04 |
| HSL | 177.1º | 0.87% | 0.67% | - |
| HSV(B) | 177.1º | 0.59% | 0.96% | - |
| XYZ | 52.78 | 73.47 | 91.52 | - |
| YUV | 199.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 244 | 237 | 0.59 | 0 | 0.03 | 0.04 | 177.1 | 0.87 | 0.67 |
| Hex | 63 | F4 | ED | 3B | 0 | 3 | 4 | B1 | 57 | 43 |
| Octal | 143 | 364 | 355 | 73 | 0 | 3 | 4 | 261 | 127 | 103 |
| Binary | 1100011 | 11110100 | 11101101 | 111011 | 0 | 11 | 100 | 10110001 | 1010111 | 1000011 |
Color Harmonies of #63F4ED
Complementary color
Monochromatic Colors of #63F4ED
Black with #63F4ED
Text Example
Text Example
White with #63F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F4ED; }
p { color: rgb(99,244,237); }
H1.HeaderClassName
{
color: #63F4ED;
}
.AnyTagClassName
{
color: #63F4ED;
}
</style>
background-color css
<style>
a { background-color: #63F4ED; }
a { background-color: rgb(99,244,237); }
div.DivClassName
{
background-color: #63F4ED;
}
.BgClassName
{
background-color: #63F4ED;
}
</style>
border-color css
<style>
span { border-color: #63F4ED; }
span { border-color: rgb(99,244,237); }
td.TdClassName
{
border-color: #63F4ED;
}
.TagClassName
{
border-color: #63F4ED;
}
</style>