Shades of Baby Blue #60FBF2
Tints of Baby Blue #60FBF2
RGB
CMYK
RGB Variations
Color information
#60FBF2 (or 0x60FBF2) is known color: Baby Blue. HEX triplet: 60, FB and F2. RGB value is (96,251,242). Sum of RGB (Red+Green+Blue) = 96+251+242=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FBF2 is #9F040D. Grayscale: #CBCBCB. Windows color (decimal): -10421262 or 15924064. OLE color: 15924064.
HSL color Cylindrical-coordinate representation of color #60FBF2: hue angle of 176.52º 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 #60FBF2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 242 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.02 |
| HSL | 176.52º | 0.95% | 0.68% | - |
| HSV(B) | 176.52º | 0.62% | 0.98% | - |
| XYZ | 55.35 | 77.89 | 96.12 | - |
| YUV | 203.63 | 149.65 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 242 | 0.62 | 0 | 0.04 | 0.02 | 176.52 | 0.95 | 0.68 |
| Hex | 60 | FB | F2 | 3E | 0 | 4 | 2 | B1 | 5F | 44 |
| Octal | 140 | 373 | 362 | 76 | 0 | 4 | 2 | 261 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11110010 | 111110 | 0 | 100 | 10 | 10110001 | 1011111 | 1000100 |
Color Harmonies of #60FBF2
Complementary color
Monochromatic Colors of #60FBF2
Black with #60FBF2
Text Example
Text Example
White with #60FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBF2; }
p { color: rgb(96,251,242); }
H1.HeaderClassName
{
color: #60FBF2;
}
.AnyTagClassName
{
color: #60FBF2;
}
</style>
background-color css
<style>
a { background-color: #60FBF2; }
a { background-color: rgb(96,251,242); }
div.DivClassName
{
background-color: #60FBF2;
}
.BgClassName
{
background-color: #60FBF2;
}
</style>
border-color css
<style>
span { border-color: #60FBF2; }
span { border-color: rgb(96,251,242); }
td.TdClassName
{
border-color: #60FBF2;
}
.TagClassName
{
border-color: #60FBF2;
}
</style>