Shades of Baby Blue #5CF7E8
Tints of Baby Blue #5CF7E8
RGB
CMYK
RGB Variations
Color information
#5CF7E8 (or 0x5CF7E8) is known color: Baby Blue. HEX triplet: 5C, F7 and E8. RGB value is (92,247,232). Sum of RGB (Red+Green+Blue) = 92+247+232=571 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.11% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF7E8 is #A30817. Grayscale: #C6C6C6. Windows color (decimal): -10684440 or 15267676. OLE color: 15267676.
HSL color Cylindrical-coordinate representation of color #5CF7E8: hue angle of 174.19º 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 #5CF7E8 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 247 | 232 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.03 |
| HSL | 174.19º | 0.91% | 0.66% | - |
| HSV(B) | 174.19º | 0.63% | 0.97% | - |
| XYZ | 52.24 | 74.62 | 87.99 | - |
| YUV | 198.95 | 146.65 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 247 | 232 | 0.63 | 0 | 0.06 | 0.03 | 174.19 | 0.91 | 0.66 |
| Hex | 5C | F7 | E8 | 3F | 0 | 6 | 3 | AE | 5B | 42 |
| Octal | 134 | 367 | 350 | 77 | 0 | 6 | 3 | 256 | 133 | 102 |
| Binary | 1011100 | 11110111 | 11101000 | 111111 | 0 | 110 | 11 | 10101110 | 1011011 | 1000010 |
Color Harmonies of #5CF7E8
Complementary color
Monochromatic Colors of #5CF7E8
Black with #5CF7E8
Text Example
Text Example
White with #5CF7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF7E8; }
p { color: rgb(92,247,232); }
H1.HeaderClassName
{
color: #5CF7E8;
}
.AnyTagClassName
{
color: #5CF7E8;
}
</style>
background-color css
<style>
a { background-color: #5CF7E8; }
a { background-color: rgb(92,247,232); }
div.DivClassName
{
background-color: #5CF7E8;
}
.BgClassName
{
background-color: #5CF7E8;
}
</style>
border-color css
<style>
span { border-color: #5CF7E8; }
span { border-color: rgb(92,247,232); }
td.TdClassName
{
border-color: #5CF7E8;
}
.TagClassName
{
border-color: #5CF7E8;
}
</style>