Shades of Baby Blue #5FFDE3
Tints of Baby Blue #5FFDE3
RGB
CMYK
RGB Variations
Color information
#5FFDE3 (or 0x5FFDE3) is known color: Baby Blue. HEX triplet: 5F, FD and E3. RGB value is (95,253,227). Sum of RGB (Red+Green+Blue) = 95+253+227=575 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.52% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDE3 is #A0021C. Grayscale: #CACACA. Windows color (decimal): -10486301 or 14941535. OLE color: 14941535.
HSL color Cylindrical-coordinate representation of color #5FFDE3: hue angle of 170.13º 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 #5FFDE3 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 227 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.01 |
| HSL | 170.13º | 0.98% | 0.68% | - |
| HSV(B) | 170.13º | 0.62% | 0.99% | - |
| XYZ | 53.71 | 78.23 | 84.94 | - |
| YUV | 202.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 227 | 0.62 | 0 | 0.10 | 0.01 | 170.13 | 0.98 | 0.68 |
| Hex | 5F | FD | E3 | 3E | 0 | A | 1 | AA | 62 | 44 |
| Octal | 137 | 375 | 343 | 76 | 0 | 12 | 1 | 252 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11100011 | 111110 | 0 | 1010 | 1 | 10101010 | 1100010 | 1000100 |
Color Harmonies of #5FFDE3
Complementary color
Monochromatic Colors of #5FFDE3
Black with #5FFDE3
Text Example
Text Example
White with #5FFDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDE3; }
p { color: rgb(95,253,227); }
H1.HeaderClassName
{
color: #5FFDE3;
}
.AnyTagClassName
{
color: #5FFDE3;
}
</style>
background-color css
<style>
a { background-color: #5FFDE3; }
a { background-color: rgb(95,253,227); }
div.DivClassName
{
background-color: #5FFDE3;
}
.BgClassName
{
background-color: #5FFDE3;
}
</style>
border-color css
<style>
span { border-color: #5FFDE3; }
span { border-color: rgb(95,253,227); }
td.TdClassName
{
border-color: #5FFDE3;
}
.TagClassName
{
border-color: #5FFDE3;
}
</style>