Shades of Baby Blue #5CFAED
Tints of Baby Blue #5CFAED
RGB
CMYK
RGB Variations
Color information
#5CFAED (or 0x5CFAED) is known color: Baby Blue. HEX triplet: 5C, FA and ED. RGB value is (92,250,237). Sum of RGB (Red+Green+Blue) = 92+250+237=579 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.89% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFAED is #A30512. Grayscale: #C9C9C9. Windows color (decimal): -10683667 or 15596124. OLE color: 15596124.
HSL color Cylindrical-coordinate representation of color #5CFAED: hue angle of 175.06º degrees, saturation: 0.94, 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 #5CFAED is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 237 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.02 |
| HSL | 175.06º | 0.94% | 0.67% | - |
| HSV(B) | 175.06º | 0.63% | 0.98% | - |
| XYZ | 53.89 | 76.76 | 92.1 | - |
| YUV | 201.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 237 | 0.63 | 0 | 0.05 | 0.02 | 175.06 | 0.94 | 0.67 |
| Hex | 5C | FA | ED | 3F | 0 | 5 | 2 | AF | 5E | 43 |
| Octal | 134 | 372 | 355 | 77 | 0 | 5 | 2 | 257 | 136 | 103 |
| Binary | 1011100 | 11111010 | 11101101 | 111111 | 0 | 101 | 10 | 10101111 | 1011110 | 1000011 |
Color Harmonies of #5CFAED
Complementary color
Monochromatic Colors of #5CFAED
Black with #5CFAED
Text Example
Text Example
White with #5CFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFAED; }
p { color: rgb(92,250,237); }
H1.HeaderClassName
{
color: #5CFAED;
}
.AnyTagClassName
{
color: #5CFAED;
}
</style>
background-color css
<style>
a { background-color: #5CFAED; }
a { background-color: rgb(92,250,237); }
div.DivClassName
{
background-color: #5CFAED;
}
.BgClassName
{
background-color: #5CFAED;
}
</style>
border-color css
<style>
span { border-color: #5CFAED; }
span { border-color: rgb(92,250,237); }
td.TdClassName
{
border-color: #5CFAED;
}
.TagClassName
{
border-color: #5CFAED;
}
</style>