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