Shades of Baby Blue #5CF5ED
Tints of Baby Blue #5CF5ED
RGB
CMYK
RGB Variations
Color information
#5CF5ED (or 0x5CF5ED) is known color: Baby Blue. HEX triplet: 5C, F5 and ED. RGB value is (92,245,237). Sum of RGB (Red+Green+Blue) = 92+245+237=574 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16.03% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF5ED is #A30A12. Grayscale: #C6C6C6. Windows color (decimal): -10684947 or 15594844. OLE color: 15594844.
HSL color Cylindrical-coordinate representation of color #5CF5ED: hue angle of 176.86º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF5ED is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 237 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.04 |
| HSL | 176.86º | 0.88% | 0.66% | - |
| HSV(B) | 176.86º | 0.62% | 0.96% | - |
| XYZ | 52.35 | 73.69 | 91.59 | - |
| YUV | 198.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 237 | 0.62 | 0 | 0.03 | 0.04 | 176.86 | 0.88 | 0.66 |
| Hex | 5C | F5 | ED | 3E | 0 | 3 | 4 | B1 | 58 | 42 |
| Octal | 134 | 365 | 355 | 76 | 0 | 3 | 4 | 261 | 130 | 102 |
| Binary | 1011100 | 11110101 | 11101101 | 111110 | 0 | 11 | 100 | 10110001 | 1011000 | 1000010 |
Color Harmonies of #5CF5ED
Complementary color
Monochromatic Colors of #5CF5ED
Black with #5CF5ED
Text Example
Text Example
White with #5CF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF5ED; }
p { color: rgb(92,245,237); }
H1.HeaderClassName
{
color: #5CF5ED;
}
.AnyTagClassName
{
color: #5CF5ED;
}
</style>
background-color css
<style>
a { background-color: #5CF5ED; }
a { background-color: rgb(92,245,237); }
div.DivClassName
{
background-color: #5CF5ED;
}
.BgClassName
{
background-color: #5CF5ED;
}
</style>
border-color css
<style>
span { border-color: #5CF5ED; }
span { border-color: rgb(92,245,237); }
td.TdClassName
{
border-color: #5CF5ED;
}
.TagClassName
{
border-color: #5CF5ED;
}
</style>