Shades of Baby Blue #63FFEB
Tints of Baby Blue #63FFEB
RGB
CMYK
RGB Variations
Color information
#63FFEB (or 0x63FFEB) is known color: Baby Blue. HEX triplet: 63, FF and EB. RGB value is (99,255,235). Sum of RGB (Red+Green+Blue) = 99+255+235=589 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.81% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFEB is #9C0014. Grayscale: #CDCDCD. Windows color (decimal): -10223637 or 15466339. OLE color: 15466339.
HSL color Cylindrical-coordinate representation of color #63FFEB: hue angle of 172.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FFEB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 235 | - |
| CMYK | 0.61 | 0 | 0.08 | 0 |
| HSL | 172.31º | 1% | 0.69% | - |
| HSV(B) | 172.31º | 0.61% | 1% | - |
| XYZ | 55.9 | 80.17 | 91.13 | - |
| YUV | 206.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 235 | 0.61 | 0 | 0.08 | 0 | 172.31 | 1 | 0.69 |
| Hex | 63 | FF | EB | 3D | 0 | 8 | 0 | AC | 64 | 45 |
| Octal | 143 | 377 | 353 | 75 | 0 | 10 | 0 | 254 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11101011 | 111101 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000101 |
Color Harmonies of #63FFEB
Complementary color
Monochromatic Colors of #63FFEB
Black with #63FFEB
Text Example
Text Example
White with #63FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFEB; }
p { color: rgb(99,255,235); }
H1.HeaderClassName
{
color: #63FFEB;
}
.AnyTagClassName
{
color: #63FFEB;
}
</style>
background-color css
<style>
a { background-color: #63FFEB; }
a { background-color: rgb(99,255,235); }
div.DivClassName
{
background-color: #63FFEB;
}
.BgClassName
{
background-color: #63FFEB;
}
</style>
border-color css
<style>
span { border-color: #63FFEB; }
span { border-color: rgb(99,255,235); }
td.TdClassName
{
border-color: #63FFEB;
}
.TagClassName
{
border-color: #63FFEB;
}
</style>