Shades of Baby Blue #5FFBFA
Tints of Baby Blue #5FFBFA
RGB
CMYK
RGB Variations
Color information
#5FFBFA (or 0x5FFBFA) is known color: Baby Blue. HEX triplet: 5F, FB and FA. RGB value is (95,251,250). Sum of RGB (Red+Green+Blue) = 95+251+250=596 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.94% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBFA is #A00405. Grayscale: #CCCCCC. Windows color (decimal): -10486790 or 16448351. OLE color: 16448351.
HSL color Cylindrical-coordinate representation of color #5FFBFA: hue angle of 179.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 #5FFBFA is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 250 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.02 |
| HSL | 179.62º | 0.95% | 0.68% | - |
| HSV(B) | 179.62º | 0.62% | 0.98% | - |
| XYZ | 56.47 | 78.33 | 102.59 | - |
| YUV | 204.24 | 153.82 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 250 | 0.62 | 0 | 0.00 | 0.02 | 179.62 | 0.95 | 0.68 |
| Hex | 5F | FB | FA | 3E | 0 | 0 | 2 | B4 | 5F | 44 |
| Octal | 137 | 373 | 372 | 76 | 0 | 0 | 2 | 264 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11111010 | 111110 | 0 | 0 | 10 | 10110100 | 1011111 | 1000100 |
Color Harmonies of #5FFBFA
Complementary color
Monochromatic Colors of #5FFBFA
Black with #5FFBFA
Text Example
Text Example
White with #5FFBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBFA; }
p { color: rgb(95,251,250); }
H1.HeaderClassName
{
color: #5FFBFA;
}
.AnyTagClassName
{
color: #5FFBFA;
}
</style>
background-color css
<style>
a { background-color: #5FFBFA; }
a { background-color: rgb(95,251,250); }
div.DivClassName
{
background-color: #5FFBFA;
}
.BgClassName
{
background-color: #5FFBFA;
}
</style>
border-color css
<style>
span { border-color: #5FFBFA; }
span { border-color: rgb(95,251,250); }
td.TdClassName
{
border-color: #5FFBFA;
}
.TagClassName
{
border-color: #5FFBFA;
}
</style>