Shades of Baby Blue #5CFBE0
Tints of Baby Blue #5CFBE0
RGB
CMYK
RGB Variations
Color information
#5CFBE0 (or 0x5CFBE0) is known color: Baby Blue. HEX triplet: 5C, FB and E0. RGB value is (92,251,224). Sum of RGB (Red+Green+Blue) = 92+251+224=567 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.23% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #5CFBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFBE0 is #A3041F. Grayscale: #C8C8C8. Windows color (decimal): -10683424 or 14744412. OLE color: 14744412.
HSL color Cylindrical-coordinate representation of color #5CFBE0: hue angle of 169.81º 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 #5CFBE0 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 251 | 224 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.02 |
| HSL | 169.81º | 0.95% | 0.67% | - |
| HSV(B) | 169.81º | 0.63% | 0.98% | - |
| XYZ | 52.37 | 76.65 | 82.56 | - |
| YUV | 200.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 224 | 0.63 | 0 | 0.11 | 0.02 | 169.81 | 0.95 | 0.67 |
| Hex | 5C | FB | E0 | 3F | 0 | B | 2 | AA | 5F | 43 |
| Octal | 134 | 373 | 340 | 77 | 0 | 13 | 2 | 252 | 137 | 103 |
| Binary | 1011100 | 11111011 | 11100000 | 111111 | 0 | 1011 | 10 | 10101010 | 1011111 | 1000011 |
Color Harmonies of #5CFBE0
Complementary color
Monochromatic Colors of #5CFBE0
Black with #5CFBE0
Text Example
Text Example
White with #5CFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBE0; }
p { color: rgb(92,251,224); }
H1.HeaderClassName
{
color: #5CFBE0;
}
.AnyTagClassName
{
color: #5CFBE0;
}
</style>
background-color css
<style>
a { background-color: #5CFBE0; }
a { background-color: rgb(92,251,224); }
div.DivClassName
{
background-color: #5CFBE0;
}
.BgClassName
{
background-color: #5CFBE0;
}
</style>
border-color css
<style>
span { border-color: #5CFBE0; }
span { border-color: rgb(92,251,224); }
td.TdClassName
{
border-color: #5CFBE0;
}
.TagClassName
{
border-color: #5CFBE0;
}
</style>