Shades of Baby Blue #5CFBE1
Tints of Baby Blue #5CFBE1
RGB
CMYK
RGB Variations
Color information
#5CFBE1 (or 0x5CFBE1) is known color: Baby Blue. HEX triplet: 5C, FB and E1. RGB value is (92,251,225). Sum of RGB (Red+Green+Blue) = 92+251+225=568 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.20% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFBE1 is #A3041E. Grayscale: #C8C8C8. Windows color (decimal): -10683423 or 14809948. OLE color: 14809948.
HSL color Cylindrical-coordinate representation of color #5CFBE1: hue angle of 170.19º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFBE1 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 225 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.02 |
| HSL | 170.19º | 0.95% | 0.67% | - |
| HSV(B) | 170.19º | 0.63% | 0.98% | - |
| XYZ | 52.5 | 76.71 | 83.27 | - |
| YUV | 200.5 | 141.82 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 225 | 0.63 | 0 | 0.10 | 0.02 | 170.19 | 0.95 | 0.67 |
| Hex | 5C | FB | E1 | 3F | 0 | A | 2 | AA | 5F | 43 |
| Octal | 134 | 373 | 341 | 77 | 0 | 12 | 2 | 252 | 137 | 103 |
| Binary | 1011100 | 11111011 | 11100001 | 111111 | 0 | 1010 | 10 | 10101010 | 1011111 | 1000011 |
Color Harmonies of #5CFBE1
Complementary color
Monochromatic Colors of #5CFBE1
Black with #5CFBE1
Text Example
Text Example
White with #5CFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBE1; }
p { color: rgb(92,251,225); }
H1.HeaderClassName
{
color: #5CFBE1;
}
.AnyTagClassName
{
color: #5CFBE1;
}
</style>
background-color css
<style>
a { background-color: #5CFBE1; }
a { background-color: rgb(92,251,225); }
div.DivClassName
{
background-color: #5CFBE1;
}
.BgClassName
{
background-color: #5CFBE1;
}
</style>
border-color css
<style>
span { border-color: #5CFBE1; }
span { border-color: rgb(92,251,225); }
td.TdClassName
{
border-color: #5CFBE1;
}
.TagClassName
{
border-color: #5CFBE1;
}
</style>