Shades of Baby Blue #5FF5E6
Tints of Baby Blue #5FF5E6
RGB
CMYK
RGB Variations
Color information
#5FF5E6 (or 0x5FF5E6) is known color: Baby Blue. HEX triplet: 5F, F5 and E6. RGB value is (95,245,230). Sum of RGB (Red+Green+Blue) = 95+245+230=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF5E6 is #A00A19. Grayscale: #C6C6C6. Windows color (decimal): -10488346 or 15136095. OLE color: 15136095.
HSL color Cylindrical-coordinate representation of color #5FF5E6: hue angle of 174º 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 #5FF5E6 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 230 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.04 |
| HSL | 174º | 0.88% | 0.67% | - |
| HSV(B) | 174º | 0.61% | 0.96% | - |
| XYZ | 51.65 | 73.45 | 86.32 | - |
| YUV | 198.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 230 | 0.61 | 0 | 0.06 | 0.04 | 174 | 0.88 | 0.67 |
| Hex | 5F | F5 | E6 | 3D | 0 | 6 | 4 | AE | 58 | 43 |
| Octal | 137 | 365 | 346 | 75 | 0 | 6 | 4 | 256 | 130 | 103 |
| Binary | 1011111 | 11110101 | 11100110 | 111101 | 0 | 110 | 100 | 10101110 | 1011000 | 1000011 |
Color Harmonies of #5FF5E6
Complementary color
Monochromatic Colors of #5FF5E6
Black with #5FF5E6
Text Example
Text Example
White with #5FF5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF5E6; }
p { color: rgb(95,245,230); }
H1.HeaderClassName
{
color: #5FF5E6;
}
.AnyTagClassName
{
color: #5FF5E6;
}
</style>
background-color css
<style>
a { background-color: #5FF5E6; }
a { background-color: rgb(95,245,230); }
div.DivClassName
{
background-color: #5FF5E6;
}
.BgClassName
{
background-color: #5FF5E6;
}
</style>
border-color css
<style>
span { border-color: #5FF5E6; }
span { border-color: rgb(95,245,230); }
td.TdClassName
{
border-color: #5FF5E6;
}
.TagClassName
{
border-color: #5FF5E6;
}
</style>