Shades of Baby Blue #63FEF5
Tints of Baby Blue #63FEF5
RGB
CMYK
RGB Variations
Color information
#63FEF5 (or 0x63FEF5) is known color: Baby Blue. HEX triplet: 63, FE and F5. RGB value is (99,254,245). Sum of RGB (Red+Green+Blue) = 99+254+245=598 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.56% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEF5 is #9C010A. Grayscale: #CECECE. Windows color (decimal): -10223883 or 16121443. OLE color: 16121443.
HSL color Cylindrical-coordinate representation of color #63FEF5: hue angle of 176.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FEF5 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 245 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.00 |
| HSL | 176.52º | 0.99% | 0.69% | - |
| HSV(B) | 176.52º | 0.61% | 1% | - |
| XYZ | 57.07 | 80.13 | 98.84 | - |
| YUV | 206.63 | 149.65 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 245 | 0.61 | 0 | 0.04 | 0.00 | 176.52 | 0.99 | 0.69 |
| Hex | 63 | FE | F5 | 3D | 0 | 4 | 0 | B1 | 63 | 45 |
| Octal | 143 | 376 | 365 | 75 | 0 | 4 | 0 | 261 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11110101 | 111101 | 0 | 100 | 0 | 10110001 | 1100011 | 1000101 |
Color Harmonies of #63FEF5
Complementary color
Monochromatic Colors of #63FEF5
Black with #63FEF5
Text Example
Text Example
White with #63FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEF5; }
p { color: rgb(99,254,245); }
H1.HeaderClassName
{
color: #63FEF5;
}
.AnyTagClassName
{
color: #63FEF5;
}
</style>
background-color css
<style>
a { background-color: #63FEF5; }
a { background-color: rgb(99,254,245); }
div.DivClassName
{
background-color: #63FEF5;
}
.BgClassName
{
background-color: #63FEF5;
}
</style>
border-color css
<style>
span { border-color: #63FEF5; }
span { border-color: rgb(99,254,245); }
td.TdClassName
{
border-color: #63FEF5;
}
.TagClassName
{
border-color: #63FEF5;
}
</style>