Shades of Baby Blue #5FF6EF
Tints of Baby Blue #5FF6EF
RGB
CMYK
RGB Variations
Color information
#5FF6EF (or 0x5FF6EF) is known color: Baby Blue. HEX triplet: 5F, F6 and EF. RGB value is (95,246,239). Sum of RGB (Red+Green+Blue) = 95+246+239=580 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.38% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6EF is #A00910. Grayscale: #C7C7C7. Windows color (decimal): -10488081 or 15726175. OLE color: 15726175.
HSL color Cylindrical-coordinate representation of color #5FF6EF: hue angle of 177.22º 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 #5FF6EF is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 239 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.04 |
| HSL | 177.22º | 0.89% | 0.67% | - |
| HSV(B) | 177.22º | 0.61% | 0.96% | - |
| XYZ | 53.26 | 74.58 | 93.25 | - |
| YUV | 200.05 | 149.97 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 239 | 0.61 | 0 | 0.03 | 0.04 | 177.22 | 0.89 | 0.67 |
| Hex | 5F | F6 | EF | 3D | 0 | 3 | 4 | B1 | 59 | 43 |
| Octal | 137 | 366 | 357 | 75 | 0 | 3 | 4 | 261 | 131 | 103 |
| Binary | 1011111 | 11110110 | 11101111 | 111101 | 0 | 11 | 100 | 10110001 | 1011001 | 1000011 |
Color Harmonies of #5FF6EF
Complementary color
Monochromatic Colors of #5FF6EF
Black with #5FF6EF
Text Example
Text Example
White with #5FF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6EF; }
p { color: rgb(95,246,239); }
H1.HeaderClassName
{
color: #5FF6EF;
}
.AnyTagClassName
{
color: #5FF6EF;
}
</style>
background-color css
<style>
a { background-color: #5FF6EF; }
a { background-color: rgb(95,246,239); }
div.DivClassName
{
background-color: #5FF6EF;
}
.BgClassName
{
background-color: #5FF6EF;
}
</style>
border-color css
<style>
span { border-color: #5FF6EF; }
span { border-color: rgb(95,246,239); }
td.TdClassName
{
border-color: #5FF6EF;
}
.TagClassName
{
border-color: #5FF6EF;
}
</style>