Shades of Baby Blue #63F1ED
Tints of Baby Blue #63F1ED
RGB
CMYK
RGB Variations
Color information
#63F1ED (or 0x63F1ED) is known color: Baby Blue. HEX triplet: 63, F1 and ED. RGB value is (99,241,237). Sum of RGB (Red+Green+Blue) = 99+241+237=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F1ED is #9C0E12. Grayscale: #C5C5C5. Windows color (decimal): -10227219 or 15593827. OLE color: 15593827.
HSL color Cylindrical-coordinate representation of color #63F1ED: hue angle of 178.31º degrees, saturation: 0.84, 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 #63F1ED is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 237 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.05 |
| HSL | 178.31º | 0.84% | 0.67% | - |
| HSV(B) | 178.31º | 0.59% | 0.95% | - |
| XYZ | 51.89 | 71.68 | 91.22 | - |
| YUV | 198.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 237 | 0.59 | 0 | 0.02 | 0.05 | 178.31 | 0.84 | 0.67 |
| Hex | 63 | F1 | ED | 3B | 0 | 2 | 5 | B2 | 54 | 43 |
| Octal | 143 | 361 | 355 | 73 | 0 | 2 | 5 | 262 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11101101 | 111011 | 0 | 10 | 101 | 10110010 | 1010100 | 1000011 |
Color Harmonies of #63F1ED
Complementary color
Monochromatic Colors of #63F1ED
Black with #63F1ED
Text Example
Text Example
White with #63F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1ED; }
p { color: rgb(99,241,237); }
H1.HeaderClassName
{
color: #63F1ED;
}
.AnyTagClassName
{
color: #63F1ED;
}
</style>
background-color css
<style>
a { background-color: #63F1ED; }
a { background-color: rgb(99,241,237); }
div.DivClassName
{
background-color: #63F1ED;
}
.BgClassName
{
background-color: #63F1ED;
}
</style>
border-color css
<style>
span { border-color: #63F1ED; }
span { border-color: rgb(99,241,237); }
td.TdClassName
{
border-color: #63F1ED;
}
.TagClassName
{
border-color: #63F1ED;
}
</style>