Shades of Baby Blue #5CF7F4
Tints of Baby Blue #5CF7F4
RGB
CMYK
RGB Variations
Color information
#5CF7F4 (or 0x5CF7F4) is known color: Baby Blue. HEX triplet: 5C, F7 and F4. RGB value is (92,247,244). Sum of RGB (Red+Green+Blue) = 92+247+244=583 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.78% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #5CF7F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF7F4 is #A3080B. Grayscale: #C8C8C8. Windows color (decimal): -10684428 or 16054108. OLE color: 16054108.
HSL color Cylindrical-coordinate representation of color #5CF7F4: hue angle of 178.84º 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 #5CF7F4 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 92 | 247 | 244 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.03 |
| HSL | 178.84º | 0.91% | 0.66% | - |
| HSV(B) | 178.84º | 0.63% | 0.97% | - |
| XYZ | 54 | 75.33 | 97.28 | - |
| YUV | 200.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 247 | 244 | 0.63 | 0 | 0.01 | 0.03 | 178.84 | 0.91 | 0.66 |
| Hex | 5C | F7 | F4 | 3F | 0 | 1 | 3 | B3 | 5B | 42 |
| Octal | 134 | 367 | 364 | 77 | 0 | 1 | 3 | 263 | 133 | 102 |
| Binary | 1011100 | 11110111 | 11110100 | 111111 | 0 | 1 | 11 | 10110011 | 1011011 | 1000010 |
Color Harmonies of #5CF7F4
Complementary color
Monochromatic Colors of #5CF7F4
Black with #5CF7F4
Text Example
Text Example
White with #5CF7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF7F4; }
p { color: rgb(92,247,244); }
H1.HeaderClassName
{
color: #5CF7F4;
}
.AnyTagClassName
{
color: #5CF7F4;
}
</style>
background-color css
<style>
a { background-color: #5CF7F4; }
a { background-color: rgb(92,247,244); }
div.DivClassName
{
background-color: #5CF7F4;
}
.BgClassName
{
background-color: #5CF7F4;
}
</style>
border-color css
<style>
span { border-color: #5CF7F4; }
span { border-color: rgb(92,247,244); }
td.TdClassName
{
border-color: #5CF7F4;
}
.TagClassName
{
border-color: #5CF7F4;
}
</style>