Shades of Baby Blue #5FF6E5
Tints of Baby Blue #5FF6E5
RGB
CMYK
RGB Variations
Color information
#5FF6E5 (or 0x5FF6E5) is known color: Baby Blue. HEX triplet: 5F, F6 and E5. RGB value is (95,246,229). Sum of RGB (Red+Green+Blue) = 95+246+229=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF6E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF6E5 is #A0091A. Grayscale: #C6C6C6. Windows color (decimal): -10488091 or 15070815. OLE color: 15070815.
HSL color Cylindrical-coordinate representation of color #5FF6E5: hue angle of 173.25º degrees, saturation: 0.89, 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 #5FF6E5 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 229 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.04 |
| HSL | 173.25º | 0.89% | 0.67% | - |
| HSV(B) | 173.25º | 0.61% | 0.96% | - |
| XYZ | 51.82 | 74 | 85.68 | - |
| YUV | 198.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 229 | 0.61 | 0 | 0.07 | 0.04 | 173.25 | 0.89 | 0.67 |
| Hex | 5F | F6 | E5 | 3D | 0 | 7 | 4 | AD | 59 | 43 |
| Octal | 137 | 366 | 345 | 75 | 0 | 7 | 4 | 255 | 131 | 103 |
| Binary | 1011111 | 11110110 | 11100101 | 111101 | 0 | 111 | 100 | 10101101 | 1011001 | 1000011 |
Color Harmonies of #5FF6E5
Complementary color
Monochromatic Colors of #5FF6E5
Black with #5FF6E5
Text Example
Text Example
White with #5FF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6E5; }
p { color: rgb(95,246,229); }
H1.HeaderClassName
{
color: #5FF6E5;
}
.AnyTagClassName
{
color: #5FF6E5;
}
</style>
background-color css
<style>
a { background-color: #5FF6E5; }
a { background-color: rgb(95,246,229); }
div.DivClassName
{
background-color: #5FF6E5;
}
.BgClassName
{
background-color: #5FF6E5;
}
</style>
border-color css
<style>
span { border-color: #5FF6E5; }
span { border-color: rgb(95,246,229); }
td.TdClassName
{
border-color: #5FF6E5;
}
.TagClassName
{
border-color: #5FF6E5;
}
</style>