Shades of Baby Blue #5FFDFB
Tints of Baby Blue #5FFDFB
RGB
CMYK
RGB Variations
Color information
#5FFDFB (or 0x5FFDFB) is known color: Baby Blue. HEX triplet: 5F, FD and FB. RGB value is (95,253,251). Sum of RGB (Red+Green+Blue) = 95+253+251=599 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.86% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDFB is #A00204. Grayscale: #CDCDCD. Windows color (decimal): -10486277 or 16514399. OLE color: 16514399.
HSL color Cylindrical-coordinate representation of color #5FFDFB: hue angle of 179.24º 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 #5FFDFB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 251 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.01 |
| HSL | 179.24º | 0.98% | 0.68% | - |
| HSV(B) | 179.24º | 0.62% | 0.99% | - |
| XYZ | 57.26 | 79.65 | 103.62 | - |
| YUV | 205.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 251 | 0.62 | 0 | 0.01 | 0.01 | 179.24 | 0.98 | 0.68 |
| Hex | 5F | FD | FB | 3E | 0 | 1 | 1 | B3 | 62 | 44 |
| Octal | 137 | 375 | 373 | 76 | 0 | 1 | 1 | 263 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11111011 | 111110 | 0 | 1 | 1 | 10110011 | 1100010 | 1000100 |
Color Harmonies of #5FFDFB
Complementary color
Monochromatic Colors of #5FFDFB
Black with #5FFDFB
Text Example
Text Example
White with #5FFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDFB; }
p { color: rgb(95,253,251); }
H1.HeaderClassName
{
color: #5FFDFB;
}
.AnyTagClassName
{
color: #5FFDFB;
}
</style>
background-color css
<style>
a { background-color: #5FFDFB; }
a { background-color: rgb(95,253,251); }
div.DivClassName
{
background-color: #5FFDFB;
}
.BgClassName
{
background-color: #5FFDFB;
}
</style>
border-color css
<style>
span { border-color: #5FFDFB; }
span { border-color: rgb(95,253,251); }
td.TdClassName
{
border-color: #5FFDFB;
}
.TagClassName
{
border-color: #5FFDFB;
}
</style>