Shades of Baby Blue #5CF6ED
Tints of Baby Blue #5CF6ED
RGB
CMYK
RGB Variations
Color information
#5CF6ED (or 0x5CF6ED) is known color: Baby Blue. HEX triplet: 5C, F6 and ED. RGB value is (92,246,237). Sum of RGB (Red+Green+Blue) = 92+246+237=575 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF6ED is #A30912. Grayscale: #C6C6C6. Windows color (decimal): -10684691 or 15595100. OLE color: 15595100.
HSL color Cylindrical-coordinate representation of color #5CF6ED: hue angle of 176.49º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6ED is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 237 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.04 |
| HSL | 176.49º | 0.9% | 0.66% | - |
| HSV(B) | 176.49º | 0.63% | 0.96% | - |
| XYZ | 52.66 | 74.3 | 91.69 | - |
| YUV | 198.93 | 149.48 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 237 | 0.63 | 0 | 0.04 | 0.04 | 176.49 | 0.9 | 0.66 |
| Hex | 5C | F6 | ED | 3F | 0 | 4 | 4 | B0 | 5A | 42 |
| Octal | 134 | 366 | 355 | 77 | 0 | 4 | 4 | 260 | 132 | 102 |
| Binary | 1011100 | 11110110 | 11101101 | 111111 | 0 | 100 | 100 | 10110000 | 1011010 | 1000010 |
Color Harmonies of #5CF6ED
Complementary color
Monochromatic Colors of #5CF6ED
Black with #5CF6ED
Text Example
Text Example
White with #5CF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF6ED; }
p { color: rgb(92,246,237); }
H1.HeaderClassName
{
color: #5CF6ED;
}
.AnyTagClassName
{
color: #5CF6ED;
}
</style>
background-color css
<style>
a { background-color: #5CF6ED; }
a { background-color: rgb(92,246,237); }
div.DivClassName
{
background-color: #5CF6ED;
}
.BgClassName
{
background-color: #5CF6ED;
}
</style>
border-color css
<style>
span { border-color: #5CF6ED; }
span { border-color: rgb(92,246,237); }
td.TdClassName
{
border-color: #5CF6ED;
}
.TagClassName
{
border-color: #5CF6ED;
}
</style>