Shades of Baby Blue #5FFBF7
Tints of Baby Blue #5FFBF7
RGB
CMYK
RGB Variations
Color information
#5FFBF7 (or 0x5FFBF7) is known color: Baby Blue. HEX triplet: 5F, FB and F7. RGB value is (95,251,247). Sum of RGB (Red+Green+Blue) = 95+251+247=593 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.02% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBF7 is #A00408. Grayscale: #CBCBCB. Windows color (decimal): -10486793 or 16251743. OLE color: 16251743.
HSL color Cylindrical-coordinate representation of color #5FFBF7: hue angle of 178.46º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBF7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 247 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.02 |
| HSL | 178.46º | 0.95% | 0.68% | - |
| HSV(B) | 178.46º | 0.62% | 0.98% | - |
| XYZ | 56 | 78.14 | 100.13 | - |
| YUV | 203.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 247 | 0.62 | 0 | 0.02 | 0.02 | 178.46 | 0.95 | 0.68 |
| Hex | 5F | FB | F7 | 3E | 0 | 2 | 2 | B2 | 5F | 44 |
| Octal | 137 | 373 | 367 | 76 | 0 | 2 | 2 | 262 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11110111 | 111110 | 0 | 10 | 10 | 10110010 | 1011111 | 1000100 |
Color Harmonies of #5FFBF7
Complementary color
Monochromatic Colors of #5FFBF7
Black with #5FFBF7
Text Example
Text Example
White with #5FFBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBF7; }
p { color: rgb(95,251,247); }
H1.HeaderClassName
{
color: #5FFBF7;
}
.AnyTagClassName
{
color: #5FFBF7;
}
</style>
background-color css
<style>
a { background-color: #5FFBF7; }
a { background-color: rgb(95,251,247); }
div.DivClassName
{
background-color: #5FFBF7;
}
.BgClassName
{
background-color: #5FFBF7;
}
</style>
border-color css
<style>
span { border-color: #5FFBF7; }
span { border-color: rgb(95,251,247); }
td.TdClassName
{
border-color: #5FFBF7;
}
.TagClassName
{
border-color: #5FFBF7;
}
</style>