Shades of Baby Blue #63FEF0
Tints of Baby Blue #63FEF0
RGB
CMYK
RGB Variations
Color information
#63FEF0 (or 0x63FEF0) is known color: Baby Blue. HEX triplet: 63, FE and F0. RGB value is (99,254,240). Sum of RGB (Red+Green+Blue) = 99+254+240=593 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.69% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEF0 is #9C010F. Grayscale: #CDCDCD. Windows color (decimal): -10223888 or 15793763. OLE color: 15793763.
HSL color Cylindrical-coordinate representation of color #63FEF0: hue angle of 174.58º 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 #63FEF0 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 240 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.00 |
| HSL | 174.58º | 0.99% | 0.69% | - |
| HSV(B) | 174.58º | 0.61% | 1% | - |
| XYZ | 56.32 | 79.83 | 94.88 | - |
| YUV | 206.06 | 147.15 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 240 | 0.61 | 0 | 0.06 | 0.00 | 174.58 | 0.99 | 0.69 |
| Hex | 63 | FE | F0 | 3D | 0 | 6 | 0 | AF | 63 | 45 |
| Octal | 143 | 376 | 360 | 75 | 0 | 6 | 0 | 257 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11110000 | 111101 | 0 | 110 | 0 | 10101111 | 1100011 | 1000101 |
Color Harmonies of #63FEF0
Complementary color
Monochromatic Colors of #63FEF0
Black with #63FEF0
Text Example
Text Example
White with #63FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEF0; }
p { color: rgb(99,254,240); }
H1.HeaderClassName
{
color: #63FEF0;
}
.AnyTagClassName
{
color: #63FEF0;
}
</style>
background-color css
<style>
a { background-color: #63FEF0; }
a { background-color: rgb(99,254,240); }
div.DivClassName
{
background-color: #63FEF0;
}
.BgClassName
{
background-color: #63FEF0;
}
</style>
border-color css
<style>
span { border-color: #63FEF0; }
span { border-color: rgb(99,254,240); }
td.TdClassName
{
border-color: #63FEF0;
}
.TagClassName
{
border-color: #63FEF0;
}
</style>