Shades of Baby Blue #5CFEEF
Tints of Baby Blue #5CFEEF
RGB
CMYK
RGB Variations
Color information
#5CFEEF (or 0x5CFEEF) is known color: Baby Blue. HEX triplet: 5C, FE and EF. RGB value is (92,254,239). Sum of RGB (Red+Green+Blue) = 92+254+239=585 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.73% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFEEF is #A30110. Grayscale: #CBCBCB. Windows color (decimal): -10682641 or 15728220. OLE color: 15728220.
HSL color Cylindrical-coordinate representation of color #5CFEEF: hue angle of 174.44º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFEEF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 239 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.00 |
| HSL | 174.44º | 0.99% | 0.68% | - |
| HSV(B) | 174.44º | 0.64% | 1% | - |
| XYZ | 55.44 | 79.39 | 94.06 | - |
| YUV | 203.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 239 | 0.64 | 0 | 0.06 | 0.00 | 174.44 | 0.99 | 0.68 |
| Hex | 5C | FE | EF | 40 | 0 | 6 | 0 | AE | 63 | 44 |
| Octal | 134 | 376 | 357 | 100 | 0 | 6 | 0 | 256 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11101111 | 1000000 | 0 | 110 | 0 | 10101110 | 1100011 | 1000100 |
Color Harmonies of #5CFEEF
Complementary color
Monochromatic Colors of #5CFEEF
Black with #5CFEEF
Text Example
Text Example
White with #5CFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEEF; }
p { color: rgb(92,254,239); }
H1.HeaderClassName
{
color: #5CFEEF;
}
.AnyTagClassName
{
color: #5CFEEF;
}
</style>
background-color css
<style>
a { background-color: #5CFEEF; }
a { background-color: rgb(92,254,239); }
div.DivClassName
{
background-color: #5CFEEF;
}
.BgClassName
{
background-color: #5CFEEF;
}
</style>
border-color css
<style>
span { border-color: #5CFEEF; }
span { border-color: rgb(92,254,239); }
td.TdClassName
{
border-color: #5CFEEF;
}
.TagClassName
{
border-color: #5CFEEF;
}
</style>