Shades of Baby Blue #60F9F4
Tints of Baby Blue #60F9F4
RGB
CMYK
RGB Variations
Color information
#60F9F4 (or 0x60F9F4) is known color: Baby Blue. HEX triplet: 60, F9 and F4. RGB value is (96,249,244). Sum of RGB (Red+Green+Blue) = 96+249+244=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F9F4 is #9F060B. Grayscale: #CACACA. Windows color (decimal): -10421772 or 16054624. OLE color: 16054624.
HSL color Cylindrical-coordinate representation of color #60F9F4: hue angle of 178.04º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9F4 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 249 | 244 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.02 |
| HSL | 178.04º | 0.93% | 0.68% | - |
| HSV(B) | 178.04º | 0.61% | 0.98% | - |
| XYZ | 55.03 | 76.77 | 97.51 | - |
| YUV | 202.68 | 151.31 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 249 | 244 | 0.61 | 0 | 0.02 | 0.02 | 178.04 | 0.93 | 0.68 |
| Hex | 60 | F9 | F4 | 3D | 0 | 2 | 2 | B2 | 5D | 44 |
| Octal | 140 | 371 | 364 | 75 | 0 | 2 | 2 | 262 | 135 | 104 |
| Binary | 1100000 | 11111001 | 11110100 | 111101 | 0 | 10 | 10 | 10110010 | 1011101 | 1000100 |
Color Harmonies of #60F9F4
Complementary color
Monochromatic Colors of #60F9F4
Black with #60F9F4
Text Example
Text Example
White with #60F9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F9F4; }
p { color: rgb(96,249,244); }
H1.HeaderClassName
{
color: #60F9F4;
}
.AnyTagClassName
{
color: #60F9F4;
}
</style>
background-color css
<style>
a { background-color: #60F9F4; }
a { background-color: rgb(96,249,244); }
div.DivClassName
{
background-color: #60F9F4;
}
.BgClassName
{
background-color: #60F9F4;
}
</style>
border-color css
<style>
span { border-color: #60F9F4; }
span { border-color: rgb(96,249,244); }
td.TdClassName
{
border-color: #60F9F4;
}
.TagClassName
{
border-color: #60F9F4;
}
</style>