Shades of Baby Blue #5FFCF1
Tints of Baby Blue #5FFCF1
RGB
CMYK
RGB Variations
Color information
#5FFCF1 (or 0x5FFCF1) is known color: Baby Blue. HEX triplet: 5F, FC and F1. RGB value is (95,252,241). Sum of RGB (Red+Green+Blue) = 95+252+241=588 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.16% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCF1 is #A0030E. Grayscale: #CBCBCB. Windows color (decimal): -10486543 or 15858783. OLE color: 15858783.
HSL color Cylindrical-coordinate representation of color #5FFCF1: hue angle of 175.8º 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 #5FFCF1 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 241 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.01 |
| HSL | 175.8º | 0.96% | 0.68% | - |
| HSV(B) | 175.8º | 0.62% | 0.99% | - |
| XYZ | 55.41 | 78.4 | 95.43 | - |
| YUV | 203.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 241 | 0.62 | 0 | 0.04 | 0.01 | 175.8 | 0.96 | 0.68 |
| Hex | 5F | FC | F1 | 3E | 0 | 4 | 1 | B0 | 60 | 44 |
| Octal | 137 | 374 | 361 | 76 | 0 | 4 | 1 | 260 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11110001 | 111110 | 0 | 100 | 1 | 10110000 | 1100000 | 1000100 |
Color Harmonies of #5FFCF1
Complementary color
Monochromatic Colors of #5FFCF1
Black with #5FFCF1
Text Example
Text Example
White with #5FFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCF1; }
p { color: rgb(95,252,241); }
H1.HeaderClassName
{
color: #5FFCF1;
}
.AnyTagClassName
{
color: #5FFCF1;
}
</style>
background-color css
<style>
a { background-color: #5FFCF1; }
a { background-color: rgb(95,252,241); }
div.DivClassName
{
background-color: #5FFCF1;
}
.BgClassName
{
background-color: #5FFCF1;
}
</style>
border-color css
<style>
span { border-color: #5FFCF1; }
span { border-color: rgb(95,252,241); }
td.TdClassName
{
border-color: #5FFCF1;
}
.TagClassName
{
border-color: #5FFCF1;
}
</style>