Shades of Baby Blue #5FFDF3
Tints of Baby Blue #5FFDF3
RGB
CMYK
RGB Variations
Color information
#5FFDF3 (or 0x5FFDF3) is known color: Baby Blue. HEX triplet: 5F, FD and F3. RGB value is (95,253,243). Sum of RGB (Red+Green+Blue) = 95+253+243=591 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.07% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDF3 is #A0020C. Grayscale: #CCCCCC. Windows color (decimal): -10486285 or 15990111. OLE color: 15990111.
HSL color Cylindrical-coordinate representation of color #5FFDF3: hue angle of 176.2º degrees, saturation: 0.98, 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 #5FFDF3 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 243 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.01 |
| HSL | 176.2º | 0.98% | 0.68% | - |
| HSV(B) | 176.2º | 0.62% | 0.99% | - |
| XYZ | 56.02 | 79.15 | 97.12 | - |
| YUV | 204.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 243 | 0.62 | 0 | 0.04 | 0.01 | 176.2 | 0.98 | 0.68 |
| Hex | 5F | FD | F3 | 3E | 0 | 4 | 1 | B0 | 62 | 44 |
| Octal | 137 | 375 | 363 | 76 | 0 | 4 | 1 | 260 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11110011 | 111110 | 0 | 100 | 1 | 10110000 | 1100010 | 1000100 |
Color Harmonies of #5FFDF3
Complementary color
Monochromatic Colors of #5FFDF3
Black with #5FFDF3
Text Example
Text Example
White with #5FFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDF3; }
p { color: rgb(95,253,243); }
H1.HeaderClassName
{
color: #5FFDF3;
}
.AnyTagClassName
{
color: #5FFDF3;
}
</style>
background-color css
<style>
a { background-color: #5FFDF3; }
a { background-color: rgb(95,253,243); }
div.DivClassName
{
background-color: #5FFDF3;
}
.BgClassName
{
background-color: #5FFDF3;
}
</style>
border-color css
<style>
span { border-color: #5FFDF3; }
span { border-color: rgb(95,253,243); }
td.TdClassName
{
border-color: #5FFDF3;
}
.TagClassName
{
border-color: #5FFDF3;
}
</style>