Shades of Baby Blue #63FEF6
Tints of Baby Blue #63FEF6
RGB
CMYK
RGB Variations
Color information
#63FEF6 (or 0x63FEF6) is known color: Baby Blue. HEX triplet: 63, FE and F6. RGB value is (99,254,246). Sum of RGB (Red+Green+Blue) = 99+254+246=599 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.53% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEF6 is #9C0109. Grayscale: #CECECE. Windows color (decimal): -10223882 or 16186979. OLE color: 16186979.
HSL color Cylindrical-coordinate representation of color #63FEF6: hue angle of 176.9º 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 #63FEF6 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 246 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.00 |
| HSL | 176.9º | 0.99% | 0.69% | - |
| HSV(B) | 176.9º | 0.61% | 1% | - |
| XYZ | 57.22 | 80.19 | 99.65 | - |
| YUV | 206.74 | 150.15 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 246 | 0.61 | 0 | 0.03 | 0.00 | 176.9 | 0.99 | 0.69 |
| Hex | 63 | FE | F6 | 3D | 0 | 3 | 0 | B1 | 63 | 45 |
| Octal | 143 | 376 | 366 | 75 | 0 | 3 | 0 | 261 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11110110 | 111101 | 0 | 11 | 0 | 10110001 | 1100011 | 1000101 |
Color Harmonies of #63FEF6
Complementary color
Monochromatic Colors of #63FEF6
Black with #63FEF6
Text Example
Text Example
White with #63FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEF6; }
p { color: rgb(99,254,246); }
H1.HeaderClassName
{
color: #63FEF6;
}
.AnyTagClassName
{
color: #63FEF6;
}
</style>
background-color css
<style>
a { background-color: #63FEF6; }
a { background-color: rgb(99,254,246); }
div.DivClassName
{
background-color: #63FEF6;
}
.BgClassName
{
background-color: #63FEF6;
}
</style>
border-color css
<style>
span { border-color: #63FEF6; }
span { border-color: rgb(99,254,246); }
td.TdClassName
{
border-color: #63FEF6;
}
.TagClassName
{
border-color: #63FEF6;
}
</style>