Shades of Baby Blue #5CEEFF
Tints of Baby Blue #5CEEFF
RGB
CMYK
RGB Variations
Color information
#5CEEFF (or 0x5CEEFF) is known color: Baby Blue. HEX triplet: 5C, EE and FF. RGB value is (92,238,255). Sum of RGB (Red+Green+Blue) = 92+238+255=585 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.73% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEEFF is #A31100. Grayscale: #C4C4C4. Windows color (decimal): -10686721 or 16772700. OLE color: 16772700.
HSL color Cylindrical-coordinate representation of color #5CEEFF: hue angle of 186.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CEEFF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 238 | 255 | - |
| CMYK | 0.64 | 0.07 | 0 | 0 |
| HSL | 186.26º | 1% | 0.68% | - |
| HSV(B) | 186.26º | 0.64% | 1% | - |
| XYZ | 53.04 | 70.64 | 105.45 | - |
| YUV | 196.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 238 | 255 | 0.64 | 0.07 | 0 | 0 | 186.26 | 1 | 0.68 |
| Hex | 5C | EE | FF | 40 | 7 | 0 | 0 | BA | 64 | 44 |
| Octal | 134 | 356 | 377 | 100 | 7 | 0 | 0 | 272 | 144 | 104 |
| Binary | 1011100 | 11101110 | 11111111 | 1000000 | 111 | 0 | 0 | 10111010 | 1100100 | 1000100 |
Color Harmonies of #5CEEFF
Complementary color
Monochromatic Colors of #5CEEFF
Black with #5CEEFF
Text Example
Text Example
White with #5CEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEEFF; }
p { color: rgb(92,238,255); }
H1.HeaderClassName
{
color: #5CEEFF;
}
.AnyTagClassName
{
color: #5CEEFF;
}
</style>
background-color css
<style>
a { background-color: #5CEEFF; }
a { background-color: rgb(92,238,255); }
div.DivClassName
{
background-color: #5CEEFF;
}
.BgClassName
{
background-color: #5CEEFF;
}
</style>
border-color css
<style>
span { border-color: #5CEEFF; }
span { border-color: rgb(92,238,255); }
td.TdClassName
{
border-color: #5CEEFF;
}
.TagClassName
{
border-color: #5CEEFF;
}
</style>