Shades of Baby Blue #60FDEE
Tints of Baby Blue #60FDEE
RGB
CMYK
RGB Variations
Color information
#60FDEE (or 0x60FDEE) is known color: Baby Blue. HEX triplet: 60, FD and EE. RGB value is (96,253,238). Sum of RGB (Red+Green+Blue) = 96+253+238=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDEE is #9F0211. Grayscale: #CCCCCC. Windows color (decimal): -10420754 or 15662432. OLE color: 15662432.
HSL color Cylindrical-coordinate representation of color #60FDEE: hue angle of 174.27º 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 #60FDEE is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 238 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.01 |
| HSL | 174.27º | 0.98% | 0.68% | - |
| HSV(B) | 174.27º | 0.62% | 0.99% | - |
| XYZ | 55.38 | 78.91 | 93.2 | - |
| YUV | 204.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 238 | 0.62 | 0 | 0.06 | 0.01 | 174.27 | 0.98 | 0.68 |
| Hex | 60 | FD | EE | 3E | 0 | 6 | 1 | AE | 62 | 44 |
| Octal | 140 | 375 | 356 | 76 | 0 | 6 | 1 | 256 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11101110 | 111110 | 0 | 110 | 1 | 10101110 | 1100010 | 1000100 |
Color Harmonies of #60FDEE
Complementary color
Monochromatic Colors of #60FDEE
Black with #60FDEE
Text Example
Text Example
White with #60FDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDEE; }
p { color: rgb(96,253,238); }
H1.HeaderClassName
{
color: #60FDEE;
}
.AnyTagClassName
{
color: #60FDEE;
}
</style>
background-color css
<style>
a { background-color: #60FDEE; }
a { background-color: rgb(96,253,238); }
div.DivClassName
{
background-color: #60FDEE;
}
.BgClassName
{
background-color: #60FDEE;
}
</style>
border-color css
<style>
span { border-color: #60FDEE; }
span { border-color: rgb(96,253,238); }
td.TdClassName
{
border-color: #60FDEE;
}
.TagClassName
{
border-color: #60FDEE;
}
</style>