Shades of Baby Blue #60ECFE
Tints of Baby Blue #60ECFE
RGB
CMYK
RGB Variations
Color information
#60ECFE (or 0x60ECFE) is known color: Baby Blue. HEX triplet: 60, EC and FE. RGB value is (96,236,254). Sum of RGB (Red+Green+Blue) = 96+236+254=586 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.38% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #60ECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECFE is #9F1301. Grayscale: #C3C3C3. Windows color (decimal): -10425090 or 16706656. OLE color: 16706656.
HSL color Cylindrical-coordinate representation of color #60ECFE: hue angle of 186.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60ECFE is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 236 | 254 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.00 |
| HSL | 186.84º | 0.99% | 0.69% | - |
| HSV(B) | 186.84º | 0.62% | 1% | - |
| XYZ | 52.71 | 69.63 | 104.43 | - |
| YUV | 196.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 254 | 0.62 | 0.07 | 0 | 0.00 | 186.84 | 0.99 | 0.69 |
| Hex | 60 | EC | FE | 3E | 7 | 0 | 0 | BB | 63 | 45 |
| Octal | 140 | 354 | 376 | 76 | 7 | 0 | 0 | 273 | 143 | 105 |
| Binary | 1100000 | 11101100 | 11111110 | 111110 | 111 | 0 | 0 | 10111011 | 1100011 | 1000101 |
Color Harmonies of #60ECFE
Complementary color
Monochromatic Colors of #60ECFE
Black with #60ECFE
Text Example
Text Example
White with #60ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECFE; }
p { color: rgb(96,236,254); }
H1.HeaderClassName
{
color: #60ECFE;
}
.AnyTagClassName
{
color: #60ECFE;
}
</style>
background-color css
<style>
a { background-color: #60ECFE; }
a { background-color: rgb(96,236,254); }
div.DivClassName
{
background-color: #60ECFE;
}
.BgClassName
{
background-color: #60ECFE;
}
</style>
border-color css
<style>
span { border-color: #60ECFE; }
span { border-color: rgb(96,236,254); }
td.TdClassName
{
border-color: #60ECFE;
}
.TagClassName
{
border-color: #60ECFE;
}
</style>