Shades of Baby Blue #60F1F1
Tints of Baby Blue #60F1F1
RGB
CMYK
RGB Variations
Color information
#60F1F1 (or 0x60F1F1) is known color: Baby Blue. HEX triplet: 60, F1 and F1. RGB value is (96,241,241). Sum of RGB (Red+Green+Blue) = 96+241+241=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #60F1F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1F1 is #9F0E0E. Grayscale: #C5C5C5. Windows color (decimal): -10423823 or 15855968. OLE color: 15855968.
HSL color Cylindrical-coordinate representation of color #60F1F1: hue angle of 180º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1F1 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 241 | - |
| CMYK | 0.60 | 0 | 0 | 0.05 |
| HSL | 180º | 0.84% | 0.66% | - |
| HSV(B) | 180º | 0.6% | 0.95% | - |
| XYZ | 52.16 | 71.75 | 94.32 | - |
| YUV | 197.65 | 152.46 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 241 | 0.60 | 0 | 0 | 0.05 | 180 | 0.84 | 0.66 |
| Hex | 60 | F1 | F1 | 3C | 0 | 0 | 5 | B4 | 54 | 42 |
| Octal | 140 | 361 | 361 | 74 | 0 | 0 | 5 | 264 | 124 | 102 |
| Binary | 1100000 | 11110001 | 11110001 | 111100 | 0 | 0 | 101 | 10110100 | 1010100 | 1000010 |
Color Harmonies of #60F1F1
Complementary color
Monochromatic Colors of #60F1F1
Black with #60F1F1
Text Example
Text Example
White with #60F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F1F1; }
p { color: rgb(96,241,241); }
H1.HeaderClassName
{
color: #60F1F1;
}
.AnyTagClassName
{
color: #60F1F1;
}
</style>
background-color css
<style>
a { background-color: #60F1F1; }
a { background-color: rgb(96,241,241); }
div.DivClassName
{
background-color: #60F1F1;
}
.BgClassName
{
background-color: #60F1F1;
}
</style>
border-color css
<style>
span { border-color: #60F1F1; }
span { border-color: rgb(96,241,241); }
td.TdClassName
{
border-color: #60F1F1;
}
.TagClassName
{
border-color: #60F1F1;
}
</style>