Shades of Baby Blue #5FFDE7
Tints of Baby Blue #5FFDE7
RGB
CMYK
RGB Variations
Color information
#5FFDE7 (or 0x5FFDE7) is known color: Baby Blue. HEX triplet: 5F, FD and E7. RGB value is (95,253,231). Sum of RGB (Red+Green+Blue) = 95+253+231=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDE7 is #A00218. Grayscale: #CBCBCB. Windows color (decimal): -10486297 or 15203679. OLE color: 15203679.
HSL color Cylindrical-coordinate representation of color #5FFDE7: hue angle of 171.65º 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 #5FFDE7 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 231 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.01 |
| HSL | 171.65º | 0.98% | 0.68% | - |
| HSV(B) | 171.65º | 0.62% | 0.99% | - |
| XYZ | 54.27 | 78.45 | 87.88 | - |
| YUV | 203.25 | 143.65 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 231 | 0.62 | 0 | 0.09 | 0.01 | 171.65 | 0.98 | 0.68 |
| Hex | 5F | FD | E7 | 3E | 0 | 9 | 1 | AC | 62 | 44 |
| Octal | 137 | 375 | 347 | 76 | 0 | 11 | 1 | 254 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11100111 | 111110 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000100 |
Color Harmonies of #5FFDE7
Complementary color
Monochromatic Colors of #5FFDE7
Black with #5FFDE7
Text Example
Text Example
White with #5FFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDE7; }
p { color: rgb(95,253,231); }
H1.HeaderClassName
{
color: #5FFDE7;
}
.AnyTagClassName
{
color: #5FFDE7;
}
</style>
background-color css
<style>
a { background-color: #5FFDE7; }
a { background-color: rgb(95,253,231); }
div.DivClassName
{
background-color: #5FFDE7;
}
.BgClassName
{
background-color: #5FFDE7;
}
</style>
border-color css
<style>
span { border-color: #5FFDE7; }
span { border-color: rgb(95,253,231); }
td.TdClassName
{
border-color: #5FFDE7;
}
.TagClassName
{
border-color: #5FFDE7;
}
</style>