Shades of Baby Blue #5CF6EF
Tints of Baby Blue #5CF6EF
RGB
CMYK
RGB Variations
Color information
#5CF6EF (or 0x5CF6EF) is known color: Baby Blue. HEX triplet: 5C, F6 and EF. RGB value is (92,246,239). Sum of RGB (Red+Green+Blue) = 92+246+239=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF6EF is #A30910. Grayscale: #C7C7C7. Windows color (decimal): -10684689 or 15726172. OLE color: 15726172.
HSL color Cylindrical-coordinate representation of color #5CF6EF: hue angle of 177.27º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6EF is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 239 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.04 |
| HSL | 177.27º | 0.9% | 0.66% | - |
| HSV(B) | 177.27º | 0.63% | 0.96% | - |
| XYZ | 52.95 | 74.42 | 93.23 | - |
| YUV | 199.16 | 150.48 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 239 | 0.63 | 0 | 0.03 | 0.04 | 177.27 | 0.9 | 0.66 |
| Hex | 5C | F6 | EF | 3F | 0 | 3 | 4 | B1 | 5A | 42 |
| Octal | 134 | 366 | 357 | 77 | 0 | 3 | 4 | 261 | 132 | 102 |
| Binary | 1011100 | 11110110 | 11101111 | 111111 | 0 | 11 | 100 | 10110001 | 1011010 | 1000010 |
Color Harmonies of #5CF6EF
Complementary color
Monochromatic Colors of #5CF6EF
Black with #5CF6EF
Text Example
Text Example
White with #5CF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF6EF; }
p { color: rgb(92,246,239); }
H1.HeaderClassName
{
color: #5CF6EF;
}
.AnyTagClassName
{
color: #5CF6EF;
}
</style>
background-color css
<style>
a { background-color: #5CF6EF; }
a { background-color: rgb(92,246,239); }
div.DivClassName
{
background-color: #5CF6EF;
}
.BgClassName
{
background-color: #5CF6EF;
}
</style>
border-color css
<style>
span { border-color: #5CF6EF; }
span { border-color: rgb(92,246,239); }
td.TdClassName
{
border-color: #5CF6EF;
}
.TagClassName
{
border-color: #5CF6EF;
}
</style>