Shades of Baby Blue #5CFFF0
Tints of Baby Blue #5CFFF0
RGB
CMYK
RGB Variations
Color information
#5CFFF0 (or 0x5CFFF0) is known color: Baby Blue. HEX triplet: 5C, FF and F0. RGB value is (92,255,240). Sum of RGB (Red+Green+Blue) = 92+255+240=587 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.67% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #5CFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFFF0 is #A3000F. Grayscale: #CCCCCC. Windows color (decimal): -10682384 or 15794012. OLE color: 15794012.
HSL color Cylindrical-coordinate representation of color #5CFFF0: hue angle of 174.48º 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 #5CFFF0 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 255 | 240 | - |
| CMYK | 0.64 | 0 | 0.06 | 0 |
| HSL | 174.48º | 1% | 0.68% | - |
| HSV(B) | 174.48º | 0.64% | 1% | - |
| XYZ | 55.9 | 80.09 | 94.95 | - |
| YUV | 204.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 255 | 240 | 0.64 | 0 | 0.06 | 0 | 174.48 | 1 | 0.68 |
| Hex | 5C | FF | F0 | 40 | 0 | 6 | 0 | AE | 64 | 44 |
| Octal | 134 | 377 | 360 | 100 | 0 | 6 | 0 | 256 | 144 | 104 |
| Binary | 1011100 | 11111111 | 11110000 | 1000000 | 0 | 110 | 0 | 10101110 | 1100100 | 1000100 |
Color Harmonies of #5CFFF0
Complementary color
Monochromatic Colors of #5CFFF0
Black with #5CFFF0
Text Example
Text Example
White with #5CFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFFF0; }
p { color: rgb(92,255,240); }
H1.HeaderClassName
{
color: #5CFFF0;
}
.AnyTagClassName
{
color: #5CFFF0;
}
</style>
background-color css
<style>
a { background-color: #5CFFF0; }
a { background-color: rgb(92,255,240); }
div.DivClassName
{
background-color: #5CFFF0;
}
.BgClassName
{
background-color: #5CFFF0;
}
</style>
border-color css
<style>
span { border-color: #5CFFF0; }
span { border-color: rgb(92,255,240); }
td.TdClassName
{
border-color: #5CFFF0;
}
.TagClassName
{
border-color: #5CFFF0;
}
</style>