Shades of Baby Blue #5FFBFB
Tints of Baby Blue #5FFBFB
RGB
CMYK
RGB Variations
Color information
#5FFBFB (or 0x5FFBFB) is known color: Baby Blue. HEX triplet: 5F, FB and FB. RGB value is (95,251,251). Sum of RGB (Red+Green+Blue) = 95+251+251=597 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.91% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #5FFBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBFB is #A00404. Grayscale: #CCCCCC. Windows color (decimal): -10486789 or 16513887. OLE color: 16513887.
HSL color Cylindrical-coordinate representation of color #5FFBFB: hue angle of 180º 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 #5FFBFB is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 251 | - |
| CMYK | 0.62 | 0 | 0 | 0.02 |
| HSL | 180º | 0.95% | 0.68% | - |
| HSV(B) | 180º | 0.62% | 0.98% | - |
| XYZ | 56.63 | 78.39 | 103.41 | - |
| YUV | 204.36 | 154.32 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 251 | 0.62 | 0 | 0 | 0.02 | 180 | 0.95 | 0.68 |
| Hex | 5F | FB | FB | 3E | 0 | 0 | 2 | B4 | 5F | 44 |
| Octal | 137 | 373 | 373 | 76 | 0 | 0 | 2 | 264 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11111011 | 111110 | 0 | 0 | 10 | 10110100 | 1011111 | 1000100 |
Color Harmonies of #5FFBFB
Complementary color
Monochromatic Colors of #5FFBFB
Black with #5FFBFB
Text Example
Text Example
White with #5FFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBFB; }
p { color: rgb(95,251,251); }
H1.HeaderClassName
{
color: #5FFBFB;
}
.AnyTagClassName
{
color: #5FFBFB;
}
</style>
background-color css
<style>
a { background-color: #5FFBFB; }
a { background-color: rgb(95,251,251); }
div.DivClassName
{
background-color: #5FFBFB;
}
.BgClassName
{
background-color: #5FFBFB;
}
</style>
border-color css
<style>
span { border-color: #5FFBFB; }
span { border-color: rgb(95,251,251); }
td.TdClassName
{
border-color: #5FFBFB;
}
.TagClassName
{
border-color: #5FFBFB;
}
</style>