Shades of Baby Blue #5FFBFC
Tints of Baby Blue #5FFBFC
RGB
CMYK
RGB Variations
Color information
#5FFBFC (or 0x5FFBFC) is known color: Baby Blue. HEX triplet: 5F, FB and FC. RGB value is (95,251,252). Sum of RGB (Red+Green+Blue) = 95+251+252=598 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.89% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FFBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBFC is #A00403. Grayscale: #CCCCCC. Windows color (decimal): -10486788 or 16579423. OLE color: 16579423.
HSL color Cylindrical-coordinate representation of color #5FFBFC: hue angle of 180.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBFC is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 251 | 252 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.01 |
| HSL | 180.38º | 0.96% | 0.68% | - |
| HSV(B) | 180.38º | 0.62% | 0.99% | - |
| XYZ | 56.79 | 78.46 | 104.25 | - |
| YUV | 204.47 | 154.82 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 252 | 0.62 | 0.00 | 0 | 0.01 | 180.38 | 0.96 | 0.68 |
| Hex | 5F | FB | FC | 3E | 0 | 0 | 1 | B4 | 60 | 44 |
| Octal | 137 | 373 | 374 | 76 | 0 | 0 | 1 | 264 | 140 | 104 |
| Binary | 1011111 | 11111011 | 11111100 | 111110 | 0 | 0 | 1 | 10110100 | 1100000 | 1000100 |
Color Harmonies of #5FFBFC
Complementary color
Monochromatic Colors of #5FFBFC
Black with #5FFBFC
Text Example
Text Example
White with #5FFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBFC; }
p { color: rgb(95,251,252); }
H1.HeaderClassName
{
color: #5FFBFC;
}
.AnyTagClassName
{
color: #5FFBFC;
}
</style>
background-color css
<style>
a { background-color: #5FFBFC; }
a { background-color: rgb(95,251,252); }
div.DivClassName
{
background-color: #5FFBFC;
}
.BgClassName
{
background-color: #5FFBFC;
}
</style>
border-color css
<style>
span { border-color: #5FFBFC; }
span { border-color: rgb(95,251,252); }
td.TdClassName
{
border-color: #5FFBFC;
}
.TagClassName
{
border-color: #5FFBFC;
}
</style>