Shades of Baby Blue #5CFFEF
Tints of Baby Blue #5CFFEF
RGB
CMYK
RGB Variations
Color information
#5CFFEF (or 0x5CFFEF) is known color: Baby Blue. HEX triplet: 5C, FF and EF. RGB value is (92,255,239). Sum of RGB (Red+Green+Blue) = 92+255+239=586 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.70% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFFEF is #A30010. Grayscale: #CCCCCC. Windows color (decimal): -10682385 or 15728476. OLE color: 15728476.
HSL color Cylindrical-coordinate representation of color #5CFFEF: hue angle of 174.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CFFEF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 239 | - |
| CMYK | 0.64 | 0 | 0.06 | 0 |
| HSL | 174.11º | 1% | 0.68% | - |
| HSV(B) | 174.11º | 0.64% | 1% | - |
| XYZ | 55.75 | 80.03 | 94.17 | - |
| YUV | 204.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 239 | 0.64 | 0 | 0.06 | 0 | 174.11 | 1 | 0.68 |
| Hex | 5C | FF | EF | 40 | 0 | 6 | 0 | AE | 64 | 44 |
| Octal | 134 | 377 | 357 | 100 | 0 | 6 | 0 | 256 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11101111 | 1000000 | 0 | 110 | 0 | 10101110 | 1100100 | 1000100 |
Color Harmonies of #5CFFEF
Complementary color
Monochromatic Colors of #5CFFEF
Black with #5CFFEF
Text Example
Text Example
White with #5CFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFEF; }
p { color: rgb(92,255,239); }
H1.HeaderClassName
{
color: #5CFFEF;
}
.AnyTagClassName
{
color: #5CFFEF;
}
</style>
background-color css
<style>
a { background-color: #5CFFEF; }
a { background-color: rgb(92,255,239); }
div.DivClassName
{
background-color: #5CFFEF;
}
.BgClassName
{
background-color: #5CFFEF;
}
</style>
border-color css
<style>
span { border-color: #5CFFEF; }
span { border-color: rgb(92,255,239); }
td.TdClassName
{
border-color: #5CFFEF;
}
.TagClassName
{
border-color: #5CFFEF;
}
</style>