Shades of Baby Blue #60ECF7
Tints of Baby Blue #60ECF7
RGB
CMYK
RGB Variations
Color information
#60ECF7 (or 0x60ECF7) is known color: Baby Blue. HEX triplet: 60, EC and F7. RGB value is (96,236,247). Sum of RGB (Red+Green+Blue) = 96+236+247=579 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.58% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #60ECF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECF7 is #9F1308. Grayscale: #C3C3C3. Windows color (decimal): -10425097 or 16247904. OLE color: 16247904.
HSL color Cylindrical-coordinate representation of color #60ECF7: hue angle of 184.37º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60ECF7 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 236 | 247 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.03 |
| HSL | 184.37º | 0.9% | 0.67% | - |
| HSV(B) | 184.37º | 0.61% | 0.97% | - |
| XYZ | 51.61 | 69.19 | 98.63 | - |
| YUV | 195.39 | 157.12 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 247 | 0.61 | 0.04 | 0 | 0.03 | 184.37 | 0.9 | 0.67 |
| Hex | 60 | EC | F7 | 3D | 4 | 0 | 3 | B8 | 5A | 43 |
| Octal | 140 | 354 | 367 | 75 | 4 | 0 | 3 | 270 | 132 | 103 |
| Binary | 1100000 | 11101100 | 11110111 | 111101 | 100 | 0 | 11 | 10111000 | 1011010 | 1000011 |
Color Harmonies of #60ECF7
Complementary color
Monochromatic Colors of #60ECF7
Black with #60ECF7
Text Example
Text Example
White with #60ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECF7; }
p { color: rgb(96,236,247); }
H1.HeaderClassName
{
color: #60ECF7;
}
.AnyTagClassName
{
color: #60ECF7;
}
</style>
background-color css
<style>
a { background-color: #60ECF7; }
a { background-color: rgb(96,236,247); }
div.DivClassName
{
background-color: #60ECF7;
}
.BgClassName
{
background-color: #60ECF7;
}
</style>
border-color css
<style>
span { border-color: #60ECF7; }
span { border-color: rgb(96,236,247); }
td.TdClassName
{
border-color: #60ECF7;
}
.TagClassName
{
border-color: #60ECF7;
}
</style>