Shades of Baby Blue #5CECF7
Tints of Baby Blue #5CECF7
RGB
CMYK
RGB Variations
Color information
#5CECF7 (or 0x5CECF7) is known color: Baby Blue. HEX triplet: 5C, EC and F7. RGB value is (92,236,247). Sum of RGB (Red+Green+Blue) = 92+236+247=575 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #5CECF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CECF7 is #A31308. Grayscale: #C2C2C2. Windows color (decimal): -10687241 or 16247900. OLE color: 16247900.
HSL color Cylindrical-coordinate representation of color #5CECF7: hue angle of 184.26º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CECF7 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 236 | 247 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.03 |
| HSL | 184.26º | 0.91% | 0.66% | - |
| HSV(B) | 184.26º | 0.63% | 0.97% | - |
| XYZ | 51.2 | 68.98 | 98.61 | - |
| YUV | 194.2 | 157.79 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 236 | 247 | 0.63 | 0.04 | 0 | 0.03 | 184.26 | 0.91 | 0.66 |
| Hex | 5C | EC | F7 | 3F | 4 | 0 | 3 | B8 | 5B | 42 |
| Octal | 134 | 354 | 367 | 77 | 4 | 0 | 3 | 270 | 133 | 102 |
| Binary | 1011100 | 11101100 | 11110111 | 111111 | 100 | 0 | 11 | 10111000 | 1011011 | 1000010 |
Color Harmonies of #5CECF7
Complementary color
Monochromatic Colors of #5CECF7
Black with #5CECF7
Text Example
Text Example
White with #5CECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CECF7; }
p { color: rgb(92,236,247); }
H1.HeaderClassName
{
color: #5CECF7;
}
.AnyTagClassName
{
color: #5CECF7;
}
</style>
background-color css
<style>
a { background-color: #5CECF7; }
a { background-color: rgb(92,236,247); }
div.DivClassName
{
background-color: #5CECF7;
}
.BgClassName
{
background-color: #5CECF7;
}
</style>
border-color css
<style>
span { border-color: #5CECF7; }
span { border-color: rgb(92,236,247); }
td.TdClassName
{
border-color: #5CECF7;
}
.TagClassName
{
border-color: #5CECF7;
}
</style>