Shades of Baby Blue #5CFEFD
Tints of Baby Blue #5CFEFD
RGB
CMYK
RGB Variations
Color information
#5CFEFD (or 0x5CFEFD) is known color: Baby Blue. HEX triplet: 5C, FE and FD. RGB value is (92,254,253). Sum of RGB (Red+Green+Blue) = 92+254+253=599 (79% of max value = 765). Red value is 92 (36.33% from 255 or 15.36% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #5CFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFEFD is #A30102. Grayscale: #CDCDCD. Windows color (decimal): -10682627 or 16645724. OLE color: 16645724.
HSL color Cylindrical-coordinate representation of color #5CFEFD: hue angle of 179.63º 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 #5CFEFD is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 254 | 253 | - |
| CMYK | 0.64 | 0 | 0.00 | 0.00 |
| HSL | 179.63º | 0.99% | 0.68% | - |
| HSV(B) | 179.63º | 0.64% | 1% | - |
| XYZ | 57.59 | 80.25 | 105.38 | - |
| YUV | 205.45 | 154.83 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 253 | 0.64 | 0 | 0.00 | 0.00 | 179.63 | 0.99 | 0.68 |
| Hex | 5C | FE | FD | 40 | 0 | 0 | 0 | B4 | 63 | 44 |
| Octal | 134 | 376 | 375 | 100 | 0 | 0 | 0 | 264 | 143 | 104 |
| Binary | 1011100 | 11111110 | 11111101 | 1000000 | 0 | 0 | 0 | 10110100 | 1100011 | 1000100 |
Color Harmonies of #5CFEFD
Complementary color
Monochromatic Colors of #5CFEFD
Black with #5CFEFD
Text Example
Text Example
White with #5CFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEFD; }
p { color: rgb(92,254,253); }
H1.HeaderClassName
{
color: #5CFEFD;
}
.AnyTagClassName
{
color: #5CFEFD;
}
</style>
background-color css
<style>
a { background-color: #5CFEFD; }
a { background-color: rgb(92,254,253); }
div.DivClassName
{
background-color: #5CFEFD;
}
.BgClassName
{
background-color: #5CFEFD;
}
</style>
border-color css
<style>
span { border-color: #5CFEFD; }
span { border-color: rgb(92,254,253); }
td.TdClassName
{
border-color: #5CFEFD;
}
.TagClassName
{
border-color: #5CFEFD;
}
</style>