Shades of Baby Blue #63FFE7
Tints of Baby Blue #63FFE7
RGB
CMYK
RGB Variations
Color information
#63FFE7 (or 0x63FFE7) is known color: Baby Blue. HEX triplet: 63, FF and E7. RGB value is (99,255,231). Sum of RGB (Red+Green+Blue) = 99+255+231=585 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.92% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFE7 is #9C0018. Grayscale: #CDCDCD. Windows color (decimal): -10223641 or 15204195. OLE color: 15204195.
HSL color Cylindrical-coordinate representation of color #63FFE7: hue angle of 170.77º 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 #63FFE7 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 231 | - |
| CMYK | 0.61 | 0 | 0.09 | 0 |
| HSL | 170.77º | 1% | 0.69% | - |
| HSV(B) | 170.77º | 0.61% | 1% | - |
| XYZ | 55.33 | 79.94 | 88.12 | - |
| YUV | 205.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 231 | 0.61 | 0 | 0.09 | 0 | 170.77 | 1 | 0.69 |
| Hex | 63 | FF | E7 | 3D | 0 | 9 | 0 | AB | 64 | 45 |
| Octal | 143 | 377 | 347 | 75 | 0 | 11 | 0 | 253 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11100111 | 111101 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000101 |
Color Harmonies of #63FFE7
Complementary color
Monochromatic Colors of #63FFE7
Black with #63FFE7
Text Example
Text Example
White with #63FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFE7; }
p { color: rgb(99,255,231); }
H1.HeaderClassName
{
color: #63FFE7;
}
.AnyTagClassName
{
color: #63FFE7;
}
</style>
background-color css
<style>
a { background-color: #63FFE7; }
a { background-color: rgb(99,255,231); }
div.DivClassName
{
background-color: #63FFE7;
}
.BgClassName
{
background-color: #63FFE7;
}
</style>
border-color css
<style>
span { border-color: #63FFE7; }
span { border-color: rgb(99,255,231); }
td.TdClassName
{
border-color: #63FFE7;
}
.TagClassName
{
border-color: #63FFE7;
}
</style>