Shades of Baby Blue #5CFDED
Tints of Baby Blue #5CFDED
RGB
CMYK
RGB Variations
Color information
#5CFDED (or 0x5CFDED) is known color: Baby Blue. HEX triplet: 5C, FD and ED. RGB value is (92,253,237). Sum of RGB (Red+Green+Blue) = 92+253+237=582 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.81% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFDED is #A30212. Grayscale: #CACACA. Windows color (decimal): -10682899 or 15596892. OLE color: 15596892.
HSL color Cylindrical-coordinate representation of color #5CFDED: hue angle of 174.04º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFDED is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 253 | 237 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.01 |
| HSL | 174.04º | 0.98% | 0.68% | - |
| HSV(B) | 174.04º | 0.64% | 0.99% | - |
| XYZ | 54.82 | 78.64 | 92.41 | - |
| YUV | 203.04 | 147.16 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 253 | 237 | 0.64 | 0 | 0.06 | 0.01 | 174.04 | 0.98 | 0.68 |
| Hex | 5C | FD | ED | 40 | 0 | 6 | 1 | AE | 62 | 44 |
| Octal | 134 | 375 | 355 | 100 | 0 | 6 | 1 | 256 | 142 | 104 |
| Binary | 1011100 | 11111101 | 11101101 | 1000000 | 0 | 110 | 1 | 10101110 | 1100010 | 1000100 |
Color Harmonies of #5CFDED
Complementary color
Monochromatic Colors of #5CFDED
Black with #5CFDED
Text Example
Text Example
White with #5CFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFDED; }
p { color: rgb(92,253,237); }
H1.HeaderClassName
{
color: #5CFDED;
}
.AnyTagClassName
{
color: #5CFDED;
}
</style>
background-color css
<style>
a { background-color: #5CFDED; }
a { background-color: rgb(92,253,237); }
div.DivClassName
{
background-color: #5CFDED;
}
.BgClassName
{
background-color: #5CFDED;
}
</style>
border-color css
<style>
span { border-color: #5CFDED; }
span { border-color: rgb(92,253,237); }
td.TdClassName
{
border-color: #5CFDED;
}
.TagClassName
{
border-color: #5CFDED;
}
</style>