Shades of Baby Blue #5CF5EE
Tints of Baby Blue #5CF5EE
RGB
CMYK
RGB Variations
Color information
#5CF5EE (or 0x5CF5EE) is known color: Baby Blue. HEX triplet: 5C, F5 and EE. RGB value is (92,245,238). Sum of RGB (Red+Green+Blue) = 92+245+238=575 (76% of max value = 765). Red value is 92 (36.33% from 255 or 16% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #5CF5EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF5EE is #A30A11. Grayscale: #C6C6C6. Windows color (decimal): -10684946 or 15660380. OLE color: 15660380.
HSL color Cylindrical-coordinate representation of color #5CF5EE: hue angle of 177.25º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CF5EE is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 245 | 238 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.04 |
| HSL | 177.25º | 0.88% | 0.66% | - |
| HSV(B) | 177.25º | 0.62% | 0.96% | - |
| XYZ | 52.5 | 73.75 | 92.36 | - |
| YUV | 198.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 245 | 238 | 0.62 | 0 | 0.03 | 0.04 | 177.25 | 0.88 | 0.66 |
| Hex | 5C | F5 | EE | 3E | 0 | 3 | 4 | B1 | 58 | 42 |
| Octal | 134 | 365 | 356 | 76 | 0 | 3 | 4 | 261 | 130 | 102 |
| Binary | 1011100 | 11110101 | 11101110 | 111110 | 0 | 11 | 100 | 10110001 | 1011000 | 1000010 |
Color Harmonies of #5CF5EE
Complementary color
Monochromatic Colors of #5CF5EE
Black with #5CF5EE
Text Example
Text Example
White with #5CF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF5EE; }
p { color: rgb(92,245,238); }
H1.HeaderClassName
{
color: #5CF5EE;
}
.AnyTagClassName
{
color: #5CF5EE;
}
</style>
background-color css
<style>
a { background-color: #5CF5EE; }
a { background-color: rgb(92,245,238); }
div.DivClassName
{
background-color: #5CF5EE;
}
.BgClassName
{
background-color: #5CF5EE;
}
</style>
border-color css
<style>
span { border-color: #5CF5EE; }
span { border-color: rgb(92,245,238); }
td.TdClassName
{
border-color: #5CF5EE;
}
.TagClassName
{
border-color: #5CF5EE;
}
</style>