Shades of Baby Blue #5FF5F0
Tints of Baby Blue #5FF5F0
RGB
CMYK
RGB Variations
Color information
#5FF5F0 (or 0x5FF5F0) is known color: Baby Blue. HEX triplet: 5F, F5 and F0. RGB value is (95,245,240). Sum of RGB (Red+Green+Blue) = 95+245+240=580 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.38% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF5F0 is #A00A0F. Grayscale: #C7C7C7. Windows color (decimal): -10488336 or 15791455. OLE color: 15791455.
HSL color Cylindrical-coordinate representation of color #5FF5F0: hue angle of 178º 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 #5FF5F0 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 240 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.04 |
| HSL | 178º | 0.88% | 0.67% | - |
| HSV(B) | 178º | 0.61% | 0.96% | - |
| XYZ | 53.1 | 74.03 | 93.93 | - |
| YUV | 199.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 240 | 0.61 | 0 | 0.02 | 0.04 | 178 | 0.88 | 0.67 |
| Hex | 5F | F5 | F0 | 3D | 0 | 2 | 4 | B2 | 58 | 43 |
| Octal | 137 | 365 | 360 | 75 | 0 | 2 | 4 | 262 | 130 | 103 |
| Binary | 1011111 | 11110101 | 11110000 | 111101 | 0 | 10 | 100 | 10110010 | 1011000 | 1000011 |
Color Harmonies of #5FF5F0
Complementary color
Monochromatic Colors of #5FF5F0
Black with #5FF5F0
Text Example
Text Example
White with #5FF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF5F0; }
p { color: rgb(95,245,240); }
H1.HeaderClassName
{
color: #5FF5F0;
}
.AnyTagClassName
{
color: #5FF5F0;
}
</style>
background-color css
<style>
a { background-color: #5FF5F0; }
a { background-color: rgb(95,245,240); }
div.DivClassName
{
background-color: #5FF5F0;
}
.BgClassName
{
background-color: #5FF5F0;
}
</style>
border-color css
<style>
span { border-color: #5FF5F0; }
span { border-color: rgb(95,245,240); }
td.TdClassName
{
border-color: #5FF5F0;
}
.TagClassName
{
border-color: #5FF5F0;
}
</style>