Shades of Baby Blue #5CEEFD
Tints of Baby Blue #5CEEFD
RGB
CMYK
RGB Variations
Color information
#5CEEFD (or 0x5CEEFD) is known color: Baby Blue. HEX triplet: 5C, EE and FD. RGB value is (92,238,253). Sum of RGB (Red+Green+Blue) = 92+238+253=583 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.78% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEEFD is #A31102. Grayscale: #C3C3C3. Windows color (decimal): -10686723 or 16641628. OLE color: 16641628.
HSL color Cylindrical-coordinate representation of color #5CEEFD: hue angle of 185.59º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CEEFD is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 238 | 253 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.01 |
| HSL | 185.59º | 0.98% | 0.68% | - |
| HSV(B) | 185.59º | 0.64% | 0.99% | - |
| XYZ | 52.72 | 70.52 | 103.76 | - |
| YUV | 196.06 | 160.13 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 253 | 0.64 | 0.06 | 0 | 0.01 | 185.59 | 0.98 | 0.68 |
| Hex | 5C | EE | FD | 40 | 6 | 0 | 1 | BA | 62 | 44 |
| Octal | 134 | 356 | 375 | 100 | 6 | 0 | 1 | 272 | 142 | 104 |
| Binary | 1011100 | 11101110 | 11111101 | 1000000 | 110 | 0 | 1 | 10111010 | 1100010 | 1000100 |
Color Harmonies of #5CEEFD
Complementary color
Monochromatic Colors of #5CEEFD
Black with #5CEEFD
Text Example
Text Example
White with #5CEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEEFD; }
p { color: rgb(92,238,253); }
H1.HeaderClassName
{
color: #5CEEFD;
}
.AnyTagClassName
{
color: #5CEEFD;
}
</style>
background-color css
<style>
a { background-color: #5CEEFD; }
a { background-color: rgb(92,238,253); }
div.DivClassName
{
background-color: #5CEEFD;
}
.BgClassName
{
background-color: #5CEEFD;
}
</style>
border-color css
<style>
span { border-color: #5CEEFD; }
span { border-color: rgb(92,238,253); }
td.TdClassName
{
border-color: #5CEEFD;
}
.TagClassName
{
border-color: #5CEEFD;
}
</style>