Shades of Baby Blue #63FCE8
Tints of Baby Blue #63FCE8
RGB
CMYK
RGB Variations
Color information
#63FCE8 (or 0x63FCE8) is known color: Baby Blue. HEX triplet: 63, FC and E8. RGB value is (99,252,232). Sum of RGB (Red+Green+Blue) = 99+252+232=583 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.98% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FCE8 is #9C0317. Grayscale: #CBCBCB. Windows color (decimal): -10224408 or 15268963. OLE color: 15268963.
HSL color Cylindrical-coordinate representation of color #63FCE8: hue angle of 172.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FCE8 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 232 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.01 |
| HSL | 172.16º | 0.96% | 0.69% | - |
| HSV(B) | 172.16º | 0.61% | 0.99% | - |
| XYZ | 54.52 | 78.1 | 88.55 | - |
| YUV | 203.97 | 143.81 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 232 | 0.61 | 0 | 0.08 | 0.01 | 172.16 | 0.96 | 0.69 |
| Hex | 63 | FC | E8 | 3D | 0 | 8 | 1 | AC | 60 | 45 |
| Octal | 143 | 374 | 350 | 75 | 0 | 10 | 1 | 254 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11101000 | 111101 | 0 | 1000 | 1 | 10101100 | 1100000 | 1000101 |
Color Harmonies of #63FCE8
Complementary color
Monochromatic Colors of #63FCE8
Black with #63FCE8
Text Example
Text Example
White with #63FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCE8; }
p { color: rgb(99,252,232); }
H1.HeaderClassName
{
color: #63FCE8;
}
.AnyTagClassName
{
color: #63FCE8;
}
</style>
background-color css
<style>
a { background-color: #63FCE8; }
a { background-color: rgb(99,252,232); }
div.DivClassName
{
background-color: #63FCE8;
}
.BgClassName
{
background-color: #63FCE8;
}
</style>
border-color css
<style>
span { border-color: #63FCE8; }
span { border-color: rgb(99,252,232); }
td.TdClassName
{
border-color: #63FCE8;
}
.TagClassName
{
border-color: #63FCE8;
}
</style>