Shades of Baby Blue #60F5EE
Tints of Baby Blue #60F5EE
RGB
CMYK
RGB Variations
Color information
#60F5EE (or 0x60F5EE) is known color: Baby Blue. HEX triplet: 60, F5 and EE. RGB value is (96,245,238). Sum of RGB (Red+Green+Blue) = 96+245+238=579 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.58% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F5EE is #9F0A11. Grayscale: #C7C7C7. Windows color (decimal): -10422802 or 15660384. OLE color: 15660384.
HSL color Cylindrical-coordinate representation of color #60F5EE: hue angle of 177.18º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F5EE is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 238 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.04 |
| HSL | 177.18º | 0.88% | 0.67% | - |
| HSV(B) | 177.18º | 0.61% | 0.96% | - |
| XYZ | 52.91 | 73.96 | 92.38 | - |
| YUV | 199.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 238 | 0.61 | 0 | 0.03 | 0.04 | 177.18 | 0.88 | 0.67 |
| Hex | 60 | F5 | EE | 3D | 0 | 3 | 4 | B1 | 58 | 43 |
| Octal | 140 | 365 | 356 | 75 | 0 | 3 | 4 | 261 | 130 | 103 |
| Binary | 1100000 | 11110101 | 11101110 | 111101 | 0 | 11 | 100 | 10110001 | 1011000 | 1000011 |
Color Harmonies of #60F5EE
Complementary color
Monochromatic Colors of #60F5EE
Black with #60F5EE
Text Example
Text Example
White with #60F5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5EE; }
p { color: rgb(96,245,238); }
H1.HeaderClassName
{
color: #60F5EE;
}
.AnyTagClassName
{
color: #60F5EE;
}
</style>
background-color css
<style>
a { background-color: #60F5EE; }
a { background-color: rgb(96,245,238); }
div.DivClassName
{
background-color: #60F5EE;
}
.BgClassName
{
background-color: #60F5EE;
}
</style>
border-color css
<style>
span { border-color: #60F5EE; }
span { border-color: rgb(96,245,238); }
td.TdClassName
{
border-color: #60F5EE;
}
.TagClassName
{
border-color: #60F5EE;
}
</style>