Shades of Baby Blue #63FFE3
Tints of Baby Blue #63FFE3
RGB
CMYK
RGB Variations
Color information
#63FFE3 (or 0x63FFE3) is known color: Baby Blue. HEX triplet: 63, FF and E3. RGB value is (99,255,227). Sum of RGB (Red+Green+Blue) = 99+255+227=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63FFE3 is #9C001C. Grayscale: #CDCDCD. Windows color (decimal): -10223645 or 14942051. OLE color: 14942051.
HSL color Cylindrical-coordinate representation of color #63FFE3: hue angle of 169.23º 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 #63FFE3 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 227 | - |
| CMYK | 0.61 | 0 | 0.11 | 0 |
| HSL | 169.23º | 1% | 0.69% | - |
| HSV(B) | 169.23º | 0.61% | 1% | - |
| XYZ | 54.77 | 79.72 | 85.17 | - |
| YUV | 205.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 227 | 0.61 | 0 | 0.11 | 0 | 169.23 | 1 | 0.69 |
| Hex | 63 | FF | E3 | 3D | 0 | B | 0 | A9 | 64 | 45 |
| Octal | 143 | 377 | 343 | 75 | 0 | 13 | 0 | 251 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11100011 | 111101 | 0 | 1011 | 0 | 10101001 | 1100100 | 1000101 |
Color Harmonies of #63FFE3
Complementary color
Monochromatic Colors of #63FFE3
Black with #63FFE3
Text Example
Text Example
White with #63FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFE3; }
p { color: rgb(99,255,227); }
H1.HeaderClassName
{
color: #63FFE3;
}
.AnyTagClassName
{
color: #63FFE3;
}
</style>
background-color css
<style>
a { background-color: #63FFE3; }
a { background-color: rgb(99,255,227); }
div.DivClassName
{
background-color: #63FFE3;
}
.BgClassName
{
background-color: #63FFE3;
}
</style>
border-color css
<style>
span { border-color: #63FFE3; }
span { border-color: rgb(99,255,227); }
td.TdClassName
{
border-color: #63FFE3;
}
.TagClassName
{
border-color: #63FFE3;
}
</style>