Shades of Baby Blue #63FEEC
Tints of Baby Blue #63FEEC
RGB
CMYK
RGB Variations
Color information
#63FEEC (or 0x63FEEC) is known color: Baby Blue. HEX triplet: 63, FE and EC. RGB value is (99,254,236). Sum of RGB (Red+Green+Blue) = 99+254+236=589 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.81% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEEC is #9C0113. Grayscale: #CDCDCD. Windows color (decimal): -10223892 or 15531619. OLE color: 15531619.
HSL color Cylindrical-coordinate representation of color #63FEEC: hue angle of 173.03º 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 #63FEEC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 236 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.00 |
| HSL | 173.03º | 0.99% | 0.69% | - |
| HSV(B) | 173.03º | 0.61% | 1% | - |
| XYZ | 55.73 | 79.59 | 91.78 | - |
| YUV | 205.6 | 145.15 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 236 | 0.61 | 0 | 0.07 | 0.00 | 173.03 | 0.99 | 0.69 |
| Hex | 63 | FE | EC | 3D | 0 | 7 | 0 | AD | 63 | 45 |
| Octal | 143 | 376 | 354 | 75 | 0 | 7 | 0 | 255 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11101100 | 111101 | 0 | 111 | 0 | 10101101 | 1100011 | 1000101 |
Color Harmonies of #63FEEC
Complementary color
Monochromatic Colors of #63FEEC
Black with #63FEEC
Text Example
Text Example
White with #63FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEEC; }
p { color: rgb(99,254,236); }
H1.HeaderClassName
{
color: #63FEEC;
}
.AnyTagClassName
{
color: #63FEEC;
}
</style>
background-color css
<style>
a { background-color: #63FEEC; }
a { background-color: rgb(99,254,236); }
div.DivClassName
{
background-color: #63FEEC;
}
.BgClassName
{
background-color: #63FEEC;
}
</style>
border-color css
<style>
span { border-color: #63FEEC; }
span { border-color: rgb(99,254,236); }
td.TdClassName
{
border-color: #63FEEC;
}
.TagClassName
{
border-color: #63FEEC;
}
</style>