Shades of Baby Blue #5CEFFB
Tints of Baby Blue #5CEFFB
RGB
CMYK
RGB Variations
Color information
#5CEFFB (or 0x5CEFFB) is known color: Baby Blue. HEX triplet: 5C, EF and FB. RGB value is (92,239,251). Sum of RGB (Red+Green+Blue) = 92+239+251=582 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.81% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CEFFB is #A31004. Grayscale: #C4C4C4. Windows color (decimal): -10686469 or 16510812. OLE color: 16510812.
HSL color Cylindrical-coordinate representation of color #5CEFFB: hue angle of 184.53º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CEFFB is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 239 | 251 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.02 |
| HSL | 184.53º | 0.95% | 0.67% | - |
| HSV(B) | 184.53º | 0.63% | 0.98% | - |
| XYZ | 52.69 | 70.97 | 102.19 | - |
| YUV | 196.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 239 | 251 | 0.63 | 0.05 | 0 | 0.02 | 184.53 | 0.95 | 0.67 |
| Hex | 5C | EF | FB | 3F | 5 | 0 | 2 | B9 | 5F | 43 |
| Octal | 134 | 357 | 373 | 77 | 5 | 0 | 2 | 271 | 137 | 103 |
| Binary | 1011100 | 11101111 | 11111011 | 111111 | 101 | 0 | 10 | 10111001 | 1011111 | 1000011 |
Color Harmonies of #5CEFFB
Complementary color
Monochromatic Colors of #5CEFFB
Black with #5CEFFB
Text Example
Text Example
White with #5CEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEFFB; }
p { color: rgb(92,239,251); }
H1.HeaderClassName
{
color: #5CEFFB;
}
.AnyTagClassName
{
color: #5CEFFB;
}
</style>
background-color css
<style>
a { background-color: #5CEFFB; }
a { background-color: rgb(92,239,251); }
div.DivClassName
{
background-color: #5CEFFB;
}
.BgClassName
{
background-color: #5CEFFB;
}
</style>
border-color css
<style>
span { border-color: #5CEFFB; }
span { border-color: rgb(92,239,251); }
td.TdClassName
{
border-color: #5CEFFB;
}
.TagClassName
{
border-color: #5CEFFB;
}
</style>