Shades of Baby Blue #5CEAFE
Tints of Baby Blue #5CEAFE
RGB
CMYK
RGB Variations
Color information
#5CEAFE (or 0x5CEAFE) is known color: Baby Blue. HEX triplet: 5C, EA and FE. RGB value is (92,234,254). Sum of RGB (Red+Green+Blue) = 92+234+254=580 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.86% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEAFE is #A31501. Grayscale: #C1C1C1. Windows color (decimal): -10687746 or 16706140. OLE color: 16706140.
HSL color Cylindrical-coordinate representation of color #5CEAFE: hue angle of 187.41º 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 #5CEAFE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 234 | 254 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.00 |
| HSL | 187.41º | 0.99% | 0.68% | - |
| HSV(B) | 187.41º | 0.64% | 1% | - |
| XYZ | 51.73 | 68.28 | 104.22 | - |
| YUV | 193.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 254 | 0.64 | 0.08 | 0 | 0.00 | 187.41 | 0.99 | 0.68 |
| Hex | 5C | EA | FE | 40 | 8 | 0 | 0 | BB | 63 | 44 |
| Octal | 134 | 352 | 376 | 100 | 10 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011100 | 11101010 | 11111110 | 1000000 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5CEAFE
Complementary color
Monochromatic Colors of #5CEAFE
Black with #5CEAFE
Text Example
Text Example
White with #5CEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEAFE; }
p { color: rgb(92,234,254); }
H1.HeaderClassName
{
color: #5CEAFE;
}
.AnyTagClassName
{
color: #5CEAFE;
}
</style>
background-color css
<style>
a { background-color: #5CEAFE; }
a { background-color: rgb(92,234,254); }
div.DivClassName
{
background-color: #5CEAFE;
}
.BgClassName
{
background-color: #5CEAFE;
}
</style>
border-color css
<style>
span { border-color: #5CEAFE; }
span { border-color: rgb(92,234,254); }
td.TdClassName
{
border-color: #5CEAFE;
}
.TagClassName
{
border-color: #5CEAFE;
}
</style>