Shades of Baby Blue #5CF5EF
Tints of Baby Blue #5CF5EF
RGB
CMYK
RGB Variations
Color information
#5CF5EF (or 0x5CF5EF) is known color: Baby Blue. HEX triplet: 5C, F5 and EF. RGB value is (92,245,239). Sum of RGB (Red+Green+Blue) = 92+245+239=576 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.97% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF5EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF5EF is #A30A10. Grayscale: #C6C6C6. Windows color (decimal): -10684945 or 15725916. OLE color: 15725916.
HSL color Cylindrical-coordinate representation of color #5CF5EF: hue angle of 177.65º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF5EF is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 239 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.04 |
| HSL | 177.65º | 0.88% | 0.66% | - |
| HSV(B) | 177.65º | 0.62% | 0.96% | - |
| XYZ | 52.65 | 73.81 | 93.13 | - |
| YUV | 198.57 | 150.81 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 239 | 0.62 | 0 | 0.02 | 0.04 | 177.65 | 0.88 | 0.66 |
| Hex | 5C | F5 | EF | 3E | 0 | 2 | 4 | B2 | 58 | 42 |
| Octal | 134 | 365 | 357 | 76 | 0 | 2 | 4 | 262 | 130 | 102 |
| Binary | 1011100 | 11110101 | 11101111 | 111110 | 0 | 10 | 100 | 10110010 | 1011000 | 1000010 |
Color Harmonies of #5CF5EF
Complementary color
Monochromatic Colors of #5CF5EF
Black with #5CF5EF
Text Example
Text Example
White with #5CF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF5EF; }
p { color: rgb(92,245,239); }
H1.HeaderClassName
{
color: #5CF5EF;
}
.AnyTagClassName
{
color: #5CF5EF;
}
</style>
background-color css
<style>
a { background-color: #5CF5EF; }
a { background-color: rgb(92,245,239); }
div.DivClassName
{
background-color: #5CF5EF;
}
.BgClassName
{
background-color: #5CF5EF;
}
</style>
border-color css
<style>
span { border-color: #5CF5EF; }
span { border-color: rgb(92,245,239); }
td.TdClassName
{
border-color: #5CF5EF;
}
.TagClassName
{
border-color: #5CF5EF;
}
</style>