Shades of Baby Blue #63FBE7
Tints of Baby Blue #63FBE7
RGB
CMYK
RGB Variations
Color information
#63FBE7 (or 0x63FBE7) is known color: Baby Blue. HEX triplet: 63, FB and E7. RGB value is (99,251,231). Sum of RGB (Red+Green+Blue) = 99+251+231=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #63FBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FBE7 is #9C0418. Grayscale: #CBCBCB. Windows color (decimal): -10224665 or 15203171. OLE color: 15203171.
HSL color Cylindrical-coordinate representation of color #63FBE7: hue angle of 172.11º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FBE7 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 251 | 231 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.02 |
| HSL | 172.11º | 0.95% | 0.69% | - |
| HSV(B) | 172.11º | 0.61% | 0.98% | - |
| XYZ | 54.07 | 77.42 | 87.69 | - |
| YUV | 203.27 | 143.64 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 251 | 231 | 0.61 | 0 | 0.08 | 0.02 | 172.11 | 0.95 | 0.69 |
| Hex | 63 | FB | E7 | 3D | 0 | 8 | 2 | AC | 5F | 45 |
| Octal | 143 | 373 | 347 | 75 | 0 | 10 | 2 | 254 | 137 | 105 |
| Binary | 1100011 | 11111011 | 11100111 | 111101 | 0 | 1000 | 10 | 10101100 | 1011111 | 1000101 |
Color Harmonies of #63FBE7
Complementary color
Monochromatic Colors of #63FBE7
Black with #63FBE7
Text Example
Text Example
White with #63FBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FBE7; }
p { color: rgb(99,251,231); }
H1.HeaderClassName
{
color: #63FBE7;
}
.AnyTagClassName
{
color: #63FBE7;
}
</style>
background-color css
<style>
a { background-color: #63FBE7; }
a { background-color: rgb(99,251,231); }
div.DivClassName
{
background-color: #63FBE7;
}
.BgClassName
{
background-color: #63FBE7;
}
</style>
border-color css
<style>
span { border-color: #63FBE7; }
span { border-color: rgb(99,251,231); }
td.TdClassName
{
border-color: #63FBE7;
}
.TagClassName
{
border-color: #63FBE7;
}
</style>