Shades of Baby Blue #5FFBEB
Tints of Baby Blue #5FFBEB
RGB
CMYK
RGB Variations
Color information
#5FFBEB (or 0x5FFBEB) is known color: Baby Blue. HEX triplet: 5F, FB and EB. RGB value is (95,251,235). Sum of RGB (Red+Green+Blue) = 95+251+235=581 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.35% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBEB is #A00414. Grayscale: #CACACA. Windows color (decimal): -10486805 or 15465311. OLE color: 15465311.
HSL color Cylindrical-coordinate representation of color #5FFBEB: hue angle of 173.85º 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 #5FFBEB is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 235 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.02 |
| HSL | 173.85º | 0.95% | 0.68% | - |
| HSV(B) | 173.85º | 0.62% | 0.98% | - |
| XYZ | 54.21 | 77.43 | 90.68 | - |
| YUV | 202.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 235 | 0.62 | 0 | 0.06 | 0.02 | 173.85 | 0.95 | 0.68 |
| Hex | 5F | FB | EB | 3E | 0 | 6 | 2 | AE | 5F | 44 |
| Octal | 137 | 373 | 353 | 76 | 0 | 6 | 2 | 256 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11101011 | 111110 | 0 | 110 | 10 | 10101110 | 1011111 | 1000100 |
Color Harmonies of #5FFBEB
Complementary color
Monochromatic Colors of #5FFBEB
Black with #5FFBEB
Text Example
Text Example
White with #5FFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBEB; }
p { color: rgb(95,251,235); }
H1.HeaderClassName
{
color: #5FFBEB;
}
.AnyTagClassName
{
color: #5FFBEB;
}
</style>
background-color css
<style>
a { background-color: #5FFBEB; }
a { background-color: rgb(95,251,235); }
div.DivClassName
{
background-color: #5FFBEB;
}
.BgClassName
{
background-color: #5FFBEB;
}
</style>
border-color css
<style>
span { border-color: #5FFBEB; }
span { border-color: rgb(95,251,235); }
td.TdClassName
{
border-color: #5FFBEB;
}
.TagClassName
{
border-color: #5FFBEB;
}
</style>