Shades of Baby Blue #63FEFA
Tints of Baby Blue #63FEFA
RGB
CMYK
RGB Variations
Color information
#63FEFA (or 0x63FEFA) is known color: Baby Blue. HEX triplet: 63, FE and FA. RGB value is (99,254,250). Sum of RGB (Red+Green+Blue) = 99+254+250=603 (79% of max value = 765). Red value is 99 (39.06% from 255 or 16.42% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEFA is #9C0105. Grayscale: #CFCFCF. Windows color (decimal): -10223878 or 16449123. OLE color: 16449123.
HSL color Cylindrical-coordinate representation of color #63FEFA: hue angle of 178.45º 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 #63FEFA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 250 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.00 |
| HSL | 178.45º | 0.99% | 0.69% | - |
| HSV(B) | 178.45º | 0.61% | 1% | - |
| XYZ | 57.84 | 80.44 | 102.92 | - |
| YUV | 207.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 250 | 0.61 | 0 | 0.02 | 0.00 | 178.45 | 0.99 | 0.69 |
| Hex | 63 | FE | FA | 3D | 0 | 2 | 0 | B2 | 63 | 45 |
| Octal | 143 | 376 | 372 | 75 | 0 | 2 | 0 | 262 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11111010 | 111101 | 0 | 10 | 0 | 10110010 | 1100011 | 1000101 |
Color Harmonies of #63FEFA
Complementary color
Monochromatic Colors of #63FEFA
Black with #63FEFA
Text Example
Text Example
White with #63FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEFA; }
p { color: rgb(99,254,250); }
H1.HeaderClassName
{
color: #63FEFA;
}
.AnyTagClassName
{
color: #63FEFA;
}
</style>
background-color css
<style>
a { background-color: #63FEFA; }
a { background-color: rgb(99,254,250); }
div.DivClassName
{
background-color: #63FEFA;
}
.BgClassName
{
background-color: #63FEFA;
}
</style>
border-color css
<style>
span { border-color: #63FEFA; }
span { border-color: rgb(99,254,250); }
td.TdClassName
{
border-color: #63FEFA;
}
.TagClassName
{
border-color: #63FEFA;
}
</style>