Shades of Baby Blue #5CFEFF
Tints of Baby Blue #5CFEFF
RGB
CMYK
RGB Variations
Color information
#5CFEFF (or 0x5CFEFF) is known color: Baby Blue. HEX triplet: 5C, FE and FF. RGB value is (92,254,255). Sum of RGB (Red+Green+Blue) = 92+254+255=601 (79% of max value = 765). Red value is 92 (36.33% from 255 or 15.31% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFEFF is #A30100. Grayscale: #CDCDCD. Windows color (decimal): -10682625 or 16776796. OLE color: 16776796.
HSL color Cylindrical-coordinate representation of color #5CFEFF: hue angle of 180.37º 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 #5CFEFF is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 254 | 255 | - |
| CMYK | 0.64 | 0.00 | 0 | 0 |
| HSL | 180.37º | 1% | 0.68% | - |
| HSV(B) | 180.37º | 0.64% | 1% | - |
| XYZ | 57.91 | 80.38 | 107.07 | - |
| YUV | 205.68 | 155.83 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 254 | 255 | 0.64 | 0.00 | 0 | 0 | 180.37 | 1 | 0.68 |
| Hex | 5C | FE | FF | 40 | 0 | 0 | 0 | B4 | 64 | 44 |
| Octal | 134 | 376 | 377 | 100 | 0 | 0 | 0 | 264 | 144 | 104 |
| Binary | 1011100 | 11111110 | 11111111 | 1000000 | 0 | 0 | 0 | 10110100 | 1100100 | 1000100 |
Color Harmonies of #5CFEFF
Complementary color
Monochromatic Colors of #5CFEFF
Black with #5CFEFF
Text Example
Text Example
White with #5CFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFEFF; }
p { color: rgb(92,254,255); }
H1.HeaderClassName
{
color: #5CFEFF;
}
.AnyTagClassName
{
color: #5CFEFF;
}
</style>
background-color css
<style>
a { background-color: #5CFEFF; }
a { background-color: rgb(92,254,255); }
div.DivClassName
{
background-color: #5CFEFF;
}
.BgClassName
{
background-color: #5CFEFF;
}
</style>
border-color css
<style>
span { border-color: #5CFEFF; }
span { border-color: rgb(92,254,255); }
td.TdClassName
{
border-color: #5CFEFF;
}
.TagClassName
{
border-color: #5CFEFF;
}
</style>