Shades of Baby Blue #5CFBFE
Tints of Baby Blue #5CFBFE
RGB
CMYK
RGB Variations
Color information
#5CFBFE (or 0x5CFBFE) is known color: Baby Blue. HEX triplet: 5C, FB and FE. RGB value is (92,251,254). Sum of RGB (Red+Green+Blue) = 92+251+254=597 (79% of max value = 765). Red value is 92 (36.33% from 255 or 15.41% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #5CFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFBFE is #A30401. Grayscale: #CBCBCB. Windows color (decimal): -10683394 or 16710492. OLE color: 16710492.
HSL color Cylindrical-coordinate representation of color #5CFBFE: hue angle of 181.11º 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 #5CFBFE is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 92 | 251 | 254 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.00 |
| HSL | 181.11º | 0.99% | 0.68% | - |
| HSV(B) | 181.11º | 0.64% | 1% | - |
| XYZ | 56.8 | 78.43 | 105.91 | - |
| YUV | 203.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 251 | 254 | 0.64 | 0.01 | 0 | 0.00 | 181.11 | 0.99 | 0.68 |
| Hex | 5C | FB | FE | 40 | 1 | 0 | 0 | B5 | 63 | 44 |
| Octal | 134 | 373 | 376 | 100 | 1 | 0 | 0 | 265 | 143 | 104 |
| Binary | 1011100 | 11111011 | 11111110 | 1000000 | 1 | 0 | 0 | 10110101 | 1100011 | 1000100 |
Color Harmonies of #5CFBFE
Complementary color
Monochromatic Colors of #5CFBFE
Black with #5CFBFE
Text Example
Text Example
White with #5CFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFBFE; }
p { color: rgb(92,251,254); }
H1.HeaderClassName
{
color: #5CFBFE;
}
.AnyTagClassName
{
color: #5CFBFE;
}
</style>
background-color css
<style>
a { background-color: #5CFBFE; }
a { background-color: rgb(92,251,254); }
div.DivClassName
{
background-color: #5CFBFE;
}
.BgClassName
{
background-color: #5CFBFE;
}
</style>
border-color css
<style>
span { border-color: #5CFBFE; }
span { border-color: rgb(92,251,254); }
td.TdClassName
{
border-color: #5CFBFE;
}
.TagClassName
{
border-color: #5CFBFE;
}
</style>