Shades of Baby Blue #5FEFFB
Tints of Baby Blue #5FEFFB
RGB
CMYK
RGB Variations
Color information
#5FEFFB (or 0x5FEFFB) is known color: Baby Blue. HEX triplet: 5F, EF and FB. RGB value is (95,239,251). Sum of RGB (Red+Green+Blue) = 95+239+251=585 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.24% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFFB is #A01004. Grayscale: #C5C5C5. Windows color (decimal): -10489861 or 16510815. OLE color: 16510815.
HSL color Cylindrical-coordinate representation of color #5FEFFB: hue angle of 184.62º 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 #5FEFFB is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 239 | 251 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.02 |
| HSL | 184.62º | 0.95% | 0.68% | - |
| HSV(B) | 184.62º | 0.62% | 0.98% | - |
| XYZ | 53 | 71.13 | 102.2 | - |
| YUV | 197.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 251 | 0.62 | 0.05 | 0 | 0.02 | 184.62 | 0.95 | 0.68 |
| Hex | 5F | EF | FB | 3E | 5 | 0 | 2 | B9 | 5F | 44 |
| Octal | 137 | 357 | 373 | 76 | 5 | 0 | 2 | 271 | 137 | 104 |
| Binary | 1011111 | 11101111 | 11111011 | 111110 | 101 | 0 | 10 | 10111001 | 1011111 | 1000100 |
Color Harmonies of #5FEFFB
Complementary color
Monochromatic Colors of #5FEFFB
Black with #5FEFFB
Text Example
Text Example
White with #5FEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFFB; }
p { color: rgb(95,239,251); }
H1.HeaderClassName
{
color: #5FEFFB;
}
.AnyTagClassName
{
color: #5FEFFB;
}
</style>
background-color css
<style>
a { background-color: #5FEFFB; }
a { background-color: rgb(95,239,251); }
div.DivClassName
{
background-color: #5FEFFB;
}
.BgClassName
{
background-color: #5FEFFB;
}
</style>
border-color css
<style>
span { border-color: #5FEFFB; }
span { border-color: rgb(95,239,251); }
td.TdClassName
{
border-color: #5FEFFB;
}
.TagClassName
{
border-color: #5FEFFB;
}
</style>