Shades of Baby Blue #5FFAFC
Tints of Baby Blue #5FFAFC
RGB
CMYK
RGB Variations
Color information
#5FFAFC (or 0x5FFAFC) is known color: Baby Blue. HEX triplet: 5F, FA and FC. RGB value is (95,250,252). Sum of RGB (Red+Green+Blue) = 95+250+252=597 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.91% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FFAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAFC is #A00503. Grayscale: #CBCBCB. Windows color (decimal): -10487044 or 16579167. OLE color: 16579167.
HSL color Cylindrical-coordinate representation of color #5FFAFC: hue angle of 180.76º 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 #5FFAFC is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 250 | 252 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.01 |
| HSL | 180.76º | 0.96% | 0.68% | - |
| HSV(B) | 180.76º | 0.62% | 0.99% | - |
| XYZ | 56.48 | 77.83 | 104.14 | - |
| YUV | 203.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 252 | 0.62 | 0.01 | 0 | 0.01 | 180.76 | 0.96 | 0.68 |
| Hex | 5F | FA | FC | 3E | 1 | 0 | 1 | B5 | 60 | 44 |
| Octal | 137 | 372 | 374 | 76 | 1 | 0 | 1 | 265 | 140 | 104 |
| Binary | 1011111 | 11111010 | 11111100 | 111110 | 1 | 0 | 1 | 10110101 | 1100000 | 1000100 |
Color Harmonies of #5FFAFC
Complementary color
Monochromatic Colors of #5FFAFC
Black with #5FFAFC
Text Example
Text Example
White with #5FFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAFC; }
p { color: rgb(95,250,252); }
H1.HeaderClassName
{
color: #5FFAFC;
}
.AnyTagClassName
{
color: #5FFAFC;
}
</style>
background-color css
<style>
a { background-color: #5FFAFC; }
a { background-color: rgb(95,250,252); }
div.DivClassName
{
background-color: #5FFAFC;
}
.BgClassName
{
background-color: #5FFAFC;
}
</style>
border-color css
<style>
span { border-color: #5FFAFC; }
span { border-color: rgb(95,250,252); }
td.TdClassName
{
border-color: #5FFAFC;
}
.TagClassName
{
border-color: #5FFAFC;
}
</style>