Shades of Baby Blue #5CF1ED
Tints of Baby Blue #5CF1ED
RGB
CMYK
RGB Variations
Color information
#5CF1ED (or 0x5CF1ED) is known color: Baby Blue. HEX triplet: 5C, F1 and ED. RGB value is (92,241,237). Sum of RGB (Red+Green+Blue) = 92+241+237=570 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.14% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF1ED is #A30E12. Grayscale: #C3C3C3. Windows color (decimal): -10685971 or 15593820. OLE color: 15593820.
HSL color Cylindrical-coordinate representation of color #5CF1ED: hue angle of 178.39º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF1ED is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 237 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.05 |
| HSL | 178.39º | 0.84% | 0.65% | - |
| HSV(B) | 178.39º | 0.62% | 0.95% | - |
| XYZ | 51.15 | 71.3 | 91.19 | - |
| YUV | 195.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 237 | 0.62 | 0 | 0.02 | 0.05 | 178.39 | 0.84 | 0.65 |
| Hex | 5C | F1 | ED | 3E | 0 | 2 | 5 | B2 | 54 | 41 |
| Octal | 134 | 361 | 355 | 76 | 0 | 2 | 5 | 262 | 124 | 101 |
| Binary | 1011100 | 11110001 | 11101101 | 111110 | 0 | 10 | 101 | 10110010 | 1010100 | 1000001 |
Color Harmonies of #5CF1ED
Complementary color
Monochromatic Colors of #5CF1ED
Black with #5CF1ED
Text Example
Text Example
White with #5CF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF1ED; }
p { color: rgb(92,241,237); }
H1.HeaderClassName
{
color: #5CF1ED;
}
.AnyTagClassName
{
color: #5CF1ED;
}
</style>
background-color css
<style>
a { background-color: #5CF1ED; }
a { background-color: rgb(92,241,237); }
div.DivClassName
{
background-color: #5CF1ED;
}
.BgClassName
{
background-color: #5CF1ED;
}
</style>
border-color css
<style>
span { border-color: #5CF1ED; }
span { border-color: rgb(92,241,237); }
td.TdClassName
{
border-color: #5CF1ED;
}
.TagClassName
{
border-color: #5CF1ED;
}
</style>