Shades of Baby Blue #5CF4EA
Tints of Baby Blue #5CF4EA
RGB
CMYK
RGB Variations
Color information
#5CF4EA (or 0x5CF4EA) is known color: Baby Blue. HEX triplet: 5C, F4 and EA. RGB value is (92,244,234). Sum of RGB (Red+Green+Blue) = 92+244+234=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #5CF4EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF4EA is #A30B15. Grayscale: #C5C5C5. Windows color (decimal): -10685206 or 15397980. OLE color: 15397980.
HSL color Cylindrical-coordinate representation of color #5CF4EA: hue angle of 176.05º degrees, saturation: 0.87, 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 #5CF4EA is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 244 | 234 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.04 |
| HSL | 176.05º | 0.87% | 0.66% | - |
| HSV(B) | 176.05º | 0.62% | 0.96% | - |
| XYZ | 51.62 | 72.92 | 89.2 | - |
| YUV | 197.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 244 | 234 | 0.62 | 0 | 0.04 | 0.04 | 176.05 | 0.87 | 0.66 |
| Hex | 5C | F4 | EA | 3E | 0 | 4 | 4 | B0 | 57 | 42 |
| Octal | 134 | 364 | 352 | 76 | 0 | 4 | 4 | 260 | 127 | 102 |
| Binary | 1011100 | 11110100 | 11101010 | 111110 | 0 | 100 | 100 | 10110000 | 1010111 | 1000010 |
Color Harmonies of #5CF4EA
Complementary color
Monochromatic Colors of #5CF4EA
Black with #5CF4EA
Text Example
Text Example
White with #5CF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF4EA; }
p { color: rgb(92,244,234); }
H1.HeaderClassName
{
color: #5CF4EA;
}
.AnyTagClassName
{
color: #5CF4EA;
}
</style>
background-color css
<style>
a { background-color: #5CF4EA; }
a { background-color: rgb(92,244,234); }
div.DivClassName
{
background-color: #5CF4EA;
}
.BgClassName
{
background-color: #5CF4EA;
}
</style>
border-color css
<style>
span { border-color: #5CF4EA; }
span { border-color: rgb(92,244,234); }
td.TdClassName
{
border-color: #5CF4EA;
}
.TagClassName
{
border-color: #5CF4EA;
}
</style>