Shades of Baby Blue #5CFEED
Tints of Baby Blue #5CFEED
RGB
CMYK
RGB Variations
Color information
#5CFEED (or 0x5CFEED) is known color: Baby Blue. HEX triplet: 5C, FE and ED. RGB value is (92,254,237). Sum of RGB (Red+Green+Blue) = 92+254+237=583 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.78% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFEED is #A30112. Grayscale: #CBCBCB. Windows color (decimal): -10682643 or 15597148. OLE color: 15597148.
HSL color Cylindrical-coordinate representation of color #5CFEED: hue angle of 173.7º 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 #5CFEED is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 237 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.00 |
| HSL | 173.7º | 0.99% | 0.68% | - |
| HSV(B) | 173.7º | 0.64% | 1% | - |
| XYZ | 55.14 | 79.27 | 92.52 | - |
| YUV | 203.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 237 | 0.64 | 0 | 0.07 | 0.00 | 173.7 | 0.99 | 0.68 |
| Hex | 5C | FE | ED | 40 | 0 | 7 | 0 | AE | 63 | 44 |
| Octal | 134 | 376 | 355 | 100 | 0 | 7 | 0 | 256 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11101101 | 1000000 | 0 | 111 | 0 | 10101110 | 1100011 | 1000100 |
Color Harmonies of #5CFEED
Complementary color
Monochromatic Colors of #5CFEED
Black with #5CFEED
Text Example
Text Example
White with #5CFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEED; }
p { color: rgb(92,254,237); }
H1.HeaderClassName
{
color: #5CFEED;
}
.AnyTagClassName
{
color: #5CFEED;
}
</style>
background-color css
<style>
a { background-color: #5CFEED; }
a { background-color: rgb(92,254,237); }
div.DivClassName
{
background-color: #5CFEED;
}
.BgClassName
{
background-color: #5CFEED;
}
</style>
border-color css
<style>
span { border-color: #5CFEED; }
span { border-color: rgb(92,254,237); }
td.TdClassName
{
border-color: #5CFEED;
}
.TagClassName
{
border-color: #5CFEED;
}
</style>