Shades of Baby Blue #60FDED
Tints of Baby Blue #60FDED
RGB
CMYK
RGB Variations
Color information
#60FDED (or 0x60FDED) is known color: Baby Blue. HEX triplet: 60, FD and ED. RGB value is (96,253,237). Sum of RGB (Red+Green+Blue) = 96+253+237=586 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.38% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDED is #9F0212. Grayscale: #CCCCCC. Windows color (decimal): -10420755 or 15596896. OLE color: 15596896.
HSL color Cylindrical-coordinate representation of color #60FDED: hue angle of 173.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FDED is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 237 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.01 |
| HSL | 173.89º | 0.98% | 0.68% | - |
| HSV(B) | 173.89º | 0.62% | 0.99% | - |
| XYZ | 55.24 | 78.85 | 92.43 | - |
| YUV | 204.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 237 | 0.62 | 0 | 0.06 | 0.01 | 173.89 | 0.98 | 0.68 |
| Hex | 60 | FD | ED | 3E | 0 | 6 | 1 | AE | 62 | 44 |
| Octal | 140 | 375 | 355 | 76 | 0 | 6 | 1 | 256 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11101101 | 111110 | 0 | 110 | 1 | 10101110 | 1100010 | 1000100 |
Color Harmonies of #60FDED
Complementary color
Monochromatic Colors of #60FDED
Black with #60FDED
Text Example
Text Example
White with #60FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDED; }
p { color: rgb(96,253,237); }
H1.HeaderClassName
{
color: #60FDED;
}
.AnyTagClassName
{
color: #60FDED;
}
</style>
background-color css
<style>
a { background-color: #60FDED; }
a { background-color: rgb(96,253,237); }
div.DivClassName
{
background-color: #60FDED;
}
.BgClassName
{
background-color: #60FDED;
}
</style>
border-color css
<style>
span { border-color: #60FDED; }
span { border-color: rgb(96,253,237); }
td.TdClassName
{
border-color: #60FDED;
}
.TagClassName
{
border-color: #60FDED;
}
</style>