Shades of Baby Blue #60FBEF
Tints of Baby Blue #60FBEF
RGB
CMYK
RGB Variations
Color information
#60FBEF (or 0x60FBEF) is known color: Baby Blue. HEX triplet: 60, FB and EF. RGB value is (96,251,239). Sum of RGB (Red+Green+Blue) = 96+251+239=586 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.38% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FBEF is #9F0410. Grayscale: #CBCBCB. Windows color (decimal): -10421265 or 15727456. OLE color: 15727456.
HSL color Cylindrical-coordinate representation of color #60FBEF: hue angle of 175.35º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FBEF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 239 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.02 |
| HSL | 175.35º | 0.95% | 0.68% | - |
| HSV(B) | 175.35º | 0.62% | 0.98% | - |
| XYZ | 54.9 | 77.71 | 93.77 | - |
| YUV | 203.29 | 148.15 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 239 | 0.62 | 0 | 0.05 | 0.02 | 175.35 | 0.95 | 0.68 |
| Hex | 60 | FB | EF | 3E | 0 | 5 | 2 | AF | 5F | 44 |
| Octal | 140 | 373 | 357 | 76 | 0 | 5 | 2 | 257 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11101111 | 111110 | 0 | 101 | 10 | 10101111 | 1011111 | 1000100 |
Color Harmonies of #60FBEF
Complementary color
Monochromatic Colors of #60FBEF
Black with #60FBEF
Text Example
Text Example
White with #60FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBEF; }
p { color: rgb(96,251,239); }
H1.HeaderClassName
{
color: #60FBEF;
}
.AnyTagClassName
{
color: #60FBEF;
}
</style>
background-color css
<style>
a { background-color: #60FBEF; }
a { background-color: rgb(96,251,239); }
div.DivClassName
{
background-color: #60FBEF;
}
.BgClassName
{
background-color: #60FBEF;
}
</style>
border-color css
<style>
span { border-color: #60FBEF; }
span { border-color: rgb(96,251,239); }
td.TdClassName
{
border-color: #60FBEF;
}
.TagClassName
{
border-color: #60FBEF;
}
</style>