Shades of Baby Blue #60FDE5
Tints of Baby Blue #60FDE5
RGB
CMYK
RGB Variations
Color information
#60FDE5 (or 0x60FDE5) is known color: Baby Blue. HEX triplet: 60, FD and E5. RGB value is (96,253,229). Sum of RGB (Red+Green+Blue) = 96+253+229=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDE5 is #9F021A. Grayscale: #CBCBCB. Windows color (decimal): -10420763 or 15072608. OLE color: 15072608.
HSL color Cylindrical-coordinate representation of color #60FDE5: hue angle of 170.83º 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 #60FDE5 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 229 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.01 |
| HSL | 170.83º | 0.98% | 0.68% | - |
| HSV(B) | 170.83º | 0.62% | 0.99% | - |
| XYZ | 54.09 | 78.39 | 86.41 | - |
| YUV | 203.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 229 | 0.62 | 0 | 0.09 | 0.01 | 170.83 | 0.98 | 0.68 |
| Hex | 60 | FD | E5 | 3E | 0 | 9 | 1 | AB | 62 | 44 |
| Octal | 140 | 375 | 345 | 76 | 0 | 11 | 1 | 253 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11100101 | 111110 | 0 | 1001 | 1 | 10101011 | 1100010 | 1000100 |
Color Harmonies of #60FDE5
Complementary color
Monochromatic Colors of #60FDE5
Black with #60FDE5
Text Example
Text Example
White with #60FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDE5; }
p { color: rgb(96,253,229); }
H1.HeaderClassName
{
color: #60FDE5;
}
.AnyTagClassName
{
color: #60FDE5;
}
</style>
background-color css
<style>
a { background-color: #60FDE5; }
a { background-color: rgb(96,253,229); }
div.DivClassName
{
background-color: #60FDE5;
}
.BgClassName
{
background-color: #60FDE5;
}
</style>
border-color css
<style>
span { border-color: #60FDE5; }
span { border-color: rgb(96,253,229); }
td.TdClassName
{
border-color: #60FDE5;
}
.TagClassName
{
border-color: #60FDE5;
}
</style>