Shades of Baby Blue #5FF7E2
Tints of Baby Blue #5FF7E2
RGB
CMYK
RGB Variations
Color information
#5FF7E2 (or 0x5FF7E2) is known color: Baby Blue. HEX triplet: 5F, F7 and E2. RGB value is (95,247,226). Sum of RGB (Red+Green+Blue) = 95+247+226=568 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.73% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF7E2 is #A0081D. Grayscale: #C7C7C7. Windows color (decimal): -10487838 or 14874463. OLE color: 14874463.
HSL color Cylindrical-coordinate representation of color #5FF7E2: hue angle of 171.71º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7E2 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 247 | 226 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.03 |
| HSL | 171.71º | 0.9% | 0.67% | - |
| HSV(B) | 171.71º | 0.62% | 0.97% | - |
| XYZ | 51.71 | 74.45 | 83.6 | - |
| YUV | 199.16 | 143.14 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 247 | 226 | 0.62 | 0 | 0.09 | 0.03 | 171.71 | 0.9 | 0.67 |
| Hex | 5F | F7 | E2 | 3E | 0 | 9 | 3 | AC | 5A | 43 |
| Octal | 137 | 367 | 342 | 76 | 0 | 11 | 3 | 254 | 132 | 103 |
| Binary | 1011111 | 11110111 | 11100010 | 111110 | 0 | 1001 | 11 | 10101100 | 1011010 | 1000011 |
Color Harmonies of #5FF7E2
Complementary color
Monochromatic Colors of #5FF7E2
Black with #5FF7E2
Text Example
Text Example
White with #5FF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF7E2; }
p { color: rgb(95,247,226); }
H1.HeaderClassName
{
color: #5FF7E2;
}
.AnyTagClassName
{
color: #5FF7E2;
}
</style>
background-color css
<style>
a { background-color: #5FF7E2; }
a { background-color: rgb(95,247,226); }
div.DivClassName
{
background-color: #5FF7E2;
}
.BgClassName
{
background-color: #5FF7E2;
}
</style>
border-color css
<style>
span { border-color: #5FF7E2; }
span { border-color: rgb(95,247,226); }
td.TdClassName
{
border-color: #5FF7E2;
}
.TagClassName
{
border-color: #5FF7E2;
}
</style>