Shades of Baby Blue #5FFAF7
Tints of Baby Blue #5FFAF7
RGB
CMYK
RGB Variations
Color information
#5FFAF7 (or 0x5FFAF7) is known color: Baby Blue. HEX triplet: 5F, FA and F7. RGB value is (95,250,247). Sum of RGB (Red+Green+Blue) = 95+250+247=592 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.05% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAF7 is #A00508. Grayscale: #CBCBCB. Windows color (decimal): -10487049 or 16251487. OLE color: 16251487.
HSL color Cylindrical-coordinate representation of color #5FFAF7: hue angle of 178.84º degrees, saturation: 0.94, 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 #5FFAF7 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 247 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.02 |
| HSL | 178.84º | 0.94% | 0.68% | - |
| HSV(B) | 178.84º | 0.62% | 0.98% | - |
| XYZ | 55.69 | 77.52 | 100.02 | - |
| YUV | 203.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 247 | 0.62 | 0 | 0.01 | 0.02 | 178.84 | 0.94 | 0.68 |
| Hex | 5F | FA | F7 | 3E | 0 | 1 | 2 | B3 | 5E | 44 |
| Octal | 137 | 372 | 367 | 76 | 0 | 1 | 2 | 263 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11110111 | 111110 | 0 | 1 | 10 | 10110011 | 1011110 | 1000100 |
Color Harmonies of #5FFAF7
Complementary color
Monochromatic Colors of #5FFAF7
Black with #5FFAF7
Text Example
Text Example
White with #5FFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAF7; }
p { color: rgb(95,250,247); }
H1.HeaderClassName
{
color: #5FFAF7;
}
.AnyTagClassName
{
color: #5FFAF7;
}
</style>
background-color css
<style>
a { background-color: #5FFAF7; }
a { background-color: rgb(95,250,247); }
div.DivClassName
{
background-color: #5FFAF7;
}
.BgClassName
{
background-color: #5FFAF7;
}
</style>
border-color css
<style>
span { border-color: #5FFAF7; }
span { border-color: rgb(95,250,247); }
td.TdClassName
{
border-color: #5FFAF7;
}
.TagClassName
{
border-color: #5FFAF7;
}
</style>