Shades of Baby Blue #5CEEFC
Tints of Baby Blue #5CEEFC
RGB
CMYK
RGB Variations
Color information
#5CEEFC (or 0x5CEEFC) is known color: Baby Blue. HEX triplet: 5C, EE and FC. RGB value is (92,238,252). Sum of RGB (Red+Green+Blue) = 92+238+252=582 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.81% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEEFC is #A31103. Grayscale: #C3C3C3. Windows color (decimal): -10686724 or 16576092. OLE color: 16576092.
HSL color Cylindrical-coordinate representation of color #5CEEFC: hue angle of 185.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CEEFC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 238 | 252 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.01 |
| HSL | 185.25º | 0.96% | 0.67% | - |
| HSV(B) | 185.25º | 0.63% | 0.99% | - |
| XYZ | 52.56 | 70.45 | 102.92 | - |
| YUV | 195.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 252 | 0.63 | 0.06 | 0 | 0.01 | 185.25 | 0.96 | 0.67 |
| Hex | 5C | EE | FC | 3F | 6 | 0 | 1 | B9 | 60 | 43 |
| Octal | 134 | 356 | 374 | 77 | 6 | 0 | 1 | 271 | 140 | 103 |
| Binary | 1011100 | 11101110 | 11111100 | 111111 | 110 | 0 | 1 | 10111001 | 1100000 | 1000011 |
Color Harmonies of #5CEEFC
Complementary color
Monochromatic Colors of #5CEEFC
Black with #5CEEFC
Text Example
Text Example
White with #5CEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEEFC; }
p { color: rgb(92,238,252); }
H1.HeaderClassName
{
color: #5CEEFC;
}
.AnyTagClassName
{
color: #5CEEFC;
}
</style>
background-color css
<style>
a { background-color: #5CEEFC; }
a { background-color: rgb(92,238,252); }
div.DivClassName
{
background-color: #5CEEFC;
}
.BgClassName
{
background-color: #5CEEFC;
}
</style>
border-color css
<style>
span { border-color: #5CEEFC; }
span { border-color: rgb(92,238,252); }
td.TdClassName
{
border-color: #5CEEFC;
}
.TagClassName
{
border-color: #5CEEFC;
}
</style>