Shades of Baby Blue #63F2ED
Tints of Baby Blue #63F2ED
RGB
CMYK
RGB Variations
Color information
#63F2ED (or 0x63F2ED) is known color: Baby Blue. HEX triplet: 63, F2 and ED. RGB value is (99,242,237). Sum of RGB (Red+Green+Blue) = 99+242+237=578 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.13% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #63F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2ED is #9C0D12. Grayscale: #C6C6C6. Windows color (decimal): -10226963 or 15594083. OLE color: 15594083.
HSL color Cylindrical-coordinate representation of color #63F2ED: hue angle of 177.9º 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 #63F2ED is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 242 | 237 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.05 |
| HSL | 177.9º | 0.85% | 0.67% | - |
| HSV(B) | 177.9º | 0.59% | 0.95% | - |
| XYZ | 52.18 | 72.27 | 91.32 | - |
| YUV | 198.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 237 | 0.59 | 0 | 0.02 | 0.05 | 177.9 | 0.85 | 0.67 |
| Hex | 63 | F2 | ED | 3B | 0 | 2 | 5 | B2 | 55 | 43 |
| Octal | 143 | 362 | 355 | 73 | 0 | 2 | 5 | 262 | 125 | 103 |
| Binary | 1100011 | 11110010 | 11101101 | 111011 | 0 | 10 | 101 | 10110010 | 1010101 | 1000011 |
Color Harmonies of #63F2ED
Complementary color
Monochromatic Colors of #63F2ED
Black with #63F2ED
Text Example
Text Example
White with #63F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2ED; }
p { color: rgb(99,242,237); }
H1.HeaderClassName
{
color: #63F2ED;
}
.AnyTagClassName
{
color: #63F2ED;
}
</style>
background-color css
<style>
a { background-color: #63F2ED; }
a { background-color: rgb(99,242,237); }
div.DivClassName
{
background-color: #63F2ED;
}
.BgClassName
{
background-color: #63F2ED;
}
</style>
border-color css
<style>
span { border-color: #63F2ED; }
span { border-color: rgb(99,242,237); }
td.TdClassName
{
border-color: #63F2ED;
}
.TagClassName
{
border-color: #63F2ED;
}
</style>