Shades of Baby Blue #5FFEF6
Tints of Baby Blue #5FFEF6
RGB
CMYK
RGB Variations
Color information
#5FFEF6 (or 0x5FFEF6) is known color: Baby Blue. HEX triplet: 5F, FE and F6. RGB value is (95,254,246). Sum of RGB (Red+Green+Blue) = 95+254+246=595 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.97% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEF6 is #A00109. Grayscale: #CDCDCD. Windows color (decimal): -10486026 or 16186975. OLE color: 16186975.
HSL color Cylindrical-coordinate representation of color #5FFEF6: hue angle of 176.98º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFEF6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 254 | 246 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.00 |
| HSL | 176.98º | 0.99% | 0.68% | - |
| HSV(B) | 176.98º | 0.63% | 1% | - |
| XYZ | 56.8 | 79.97 | 99.63 | - |
| YUV | 205.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 254 | 246 | 0.63 | 0 | 0.03 | 0.00 | 176.98 | 0.99 | 0.68 |
| Hex | 5F | FE | F6 | 3F | 0 | 3 | 0 | B1 | 63 | 44 |
| Octal | 137 | 376 | 366 | 77 | 0 | 3 | 0 | 261 | 143 | 104 |
| Binary | 1011111 | 11111110 | 11110110 | 111111 | 0 | 11 | 0 | 10110001 | 1100011 | 1000100 |
Color Harmonies of #5FFEF6
Complementary color
Monochromatic Colors of #5FFEF6
Black with #5FFEF6
Text Example
Text Example
White with #5FFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFEF6; }
p { color: rgb(95,254,246); }
H1.HeaderClassName
{
color: #5FFEF6;
}
.AnyTagClassName
{
color: #5FFEF6;
}
</style>
background-color css
<style>
a { background-color: #5FFEF6; }
a { background-color: rgb(95,254,246); }
div.DivClassName
{
background-color: #5FFEF6;
}
.BgClassName
{
background-color: #5FFEF6;
}
</style>
border-color css
<style>
span { border-color: #5FFEF6; }
span { border-color: rgb(95,254,246); }
td.TdClassName
{
border-color: #5FFEF6;
}
.TagClassName
{
border-color: #5FFEF6;
}
</style>