Shades of Baby Blue #5FFBE7
Tints of Baby Blue #5FFBE7
RGB
CMYK
RGB Variations
Color information
#5FFBE7 (or 0x5FFBE7) is known color: Baby Blue. HEX triplet: 5F, FB and E7. RGB value is (95,251,231). Sum of RGB (Red+Green+Blue) = 95+251+231=577 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.46% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBE7 is #A00418. Grayscale: #CACACA. Windows color (decimal): -10486809 or 15203167. OLE color: 15203167.
HSL color Cylindrical-coordinate representation of color #5FFBE7: hue angle of 172.31º 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 #5FFBE7 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 231 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.02 |
| HSL | 172.31º | 0.95% | 0.68% | - |
| HSV(B) | 172.31º | 0.62% | 0.98% | - |
| XYZ | 53.64 | 77.2 | 87.67 | - |
| YUV | 202.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 231 | 0.62 | 0 | 0.08 | 0.02 | 172.31 | 0.95 | 0.68 |
| Hex | 5F | FB | E7 | 3E | 0 | 8 | 2 | AC | 5F | 44 |
| Octal | 137 | 373 | 347 | 76 | 0 | 10 | 2 | 254 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11100111 | 111110 | 0 | 1000 | 10 | 10101100 | 1011111 | 1000100 |
Color Harmonies of #5FFBE7
Complementary color
Monochromatic Colors of #5FFBE7
Black with #5FFBE7
Text Example
Text Example
White with #5FFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBE7; }
p { color: rgb(95,251,231); }
H1.HeaderClassName
{
color: #5FFBE7;
}
.AnyTagClassName
{
color: #5FFBE7;
}
</style>
background-color css
<style>
a { background-color: #5FFBE7; }
a { background-color: rgb(95,251,231); }
div.DivClassName
{
background-color: #5FFBE7;
}
.BgClassName
{
background-color: #5FFBE7;
}
</style>
border-color css
<style>
span { border-color: #5FFBE7; }
span { border-color: rgb(95,251,231); }
td.TdClassName
{
border-color: #5FFBE7;
}
.TagClassName
{
border-color: #5FFBE7;
}
</style>