Shades of Baby Blue #5CFEEE
Tints of Baby Blue #5CFEEE
RGB
CMYK
RGB Variations
Color information
#5CFEEE (or 0x5CFEEE) is known color: Baby Blue. HEX triplet: 5C, FE and EE. RGB value is (92,254,238). Sum of RGB (Red+Green+Blue) = 92+254+238=584 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.75% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFEEE is #A30111. Grayscale: #CBCBCB. Windows color (decimal): -10682642 or 15662684. OLE color: 15662684.
HSL color Cylindrical-coordinate representation of color #5CFEEE: hue angle of 174.07º 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 #5CFEEE is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 238 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.00 |
| HSL | 174.07º | 0.99% | 0.68% | - |
| HSV(B) | 174.07º | 0.64% | 1% | - |
| XYZ | 55.29 | 79.33 | 93.29 | - |
| YUV | 203.74 | 147.33 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 238 | 0.64 | 0 | 0.06 | 0.00 | 174.07 | 0.99 | 0.68 |
| Hex | 5C | FE | EE | 40 | 0 | 6 | 0 | AE | 63 | 44 |
| Octal | 134 | 376 | 356 | 100 | 0 | 6 | 0 | 256 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11101110 | 1000000 | 0 | 110 | 0 | 10101110 | 1100011 | 1000100 |
Color Harmonies of #5CFEEE
Complementary color
Monochromatic Colors of #5CFEEE
Black with #5CFEEE
Text Example
Text Example
White with #5CFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEEE; }
p { color: rgb(92,254,238); }
H1.HeaderClassName
{
color: #5CFEEE;
}
.AnyTagClassName
{
color: #5CFEEE;
}
</style>
background-color css
<style>
a { background-color: #5CFEEE; }
a { background-color: rgb(92,254,238); }
div.DivClassName
{
background-color: #5CFEEE;
}
.BgClassName
{
background-color: #5CFEEE;
}
</style>
border-color css
<style>
span { border-color: #5CFEEE; }
span { border-color: rgb(92,254,238); }
td.TdClassName
{
border-color: #5CFEEE;
}
.TagClassName
{
border-color: #5CFEEE;
}
</style>