Shades of Baby Blue #5FFDFA
Tints of Baby Blue #5FFDFA
RGB
CMYK
RGB Variations
Color information
#5FFDFA (or 0x5FFDFA) is known color: Baby Blue. HEX triplet: 5F, FD and FA. RGB value is (95,253,250). Sum of RGB (Red+Green+Blue) = 95+253+250=598 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.89% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDFA is #A00205. Grayscale: #CDCDCD. Windows color (decimal): -10486278 or 16448863. OLE color: 16448863.
HSL color Cylindrical-coordinate representation of color #5FFDFA: hue angle of 178.86º 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 #5FFDFA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 250 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.01 |
| HSL | 178.86º | 0.98% | 0.68% | - |
| HSV(B) | 178.86º | 0.62% | 0.99% | - |
| XYZ | 57.1 | 79.59 | 102.79 | - |
| YUV | 205.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 250 | 0.62 | 0 | 0.01 | 0.01 | 178.86 | 0.98 | 0.68 |
| Hex | 5F | FD | FA | 3E | 0 | 1 | 1 | B3 | 62 | 44 |
| Octal | 137 | 375 | 372 | 76 | 0 | 1 | 1 | 263 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11111010 | 111110 | 0 | 1 | 1 | 10110011 | 1100010 | 1000100 |
Color Harmonies of #5FFDFA
Complementary color
Monochromatic Colors of #5FFDFA
Black with #5FFDFA
Text Example
Text Example
White with #5FFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDFA; }
p { color: rgb(95,253,250); }
H1.HeaderClassName
{
color: #5FFDFA;
}
.AnyTagClassName
{
color: #5FFDFA;
}
</style>
background-color css
<style>
a { background-color: #5FFDFA; }
a { background-color: rgb(95,253,250); }
div.DivClassName
{
background-color: #5FFDFA;
}
.BgClassName
{
background-color: #5FFDFA;
}
</style>
border-color css
<style>
span { border-color: #5FFDFA; }
span { border-color: rgb(95,253,250); }
td.TdClassName
{
border-color: #5FFDFA;
}
.TagClassName
{
border-color: #5FFDFA;
}
</style>