Shades of Baby Blue #5CF0FF
Tints of Baby Blue #5CF0FF
RGB
CMYK
RGB Variations
Color information
#5CF0FF (or 0x5CF0FF) is known color: Baby Blue. HEX triplet: 5C, F0 and FF. RGB value is (92,240,255). Sum of RGB (Red+Green+Blue) = 92+240+255=587 (77% of max value = 765). Red value is 92 (36.33% from 255 or 15.67% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF0FF is #A30F00. Grayscale: #C5C5C5. Windows color (decimal): -10686209 or 16773212. OLE color: 16773212.
HSL color Cylindrical-coordinate representation of color #5CF0FF: hue angle of 185.52º 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 #5CF0FF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 240 | 255 | - |
| CMYK | 0.64 | 0.06 | 0 | 0 |
| HSL | 185.52º | 1% | 0.68% | - |
| HSV(B) | 185.52º | 0.64% | 1% | - |
| XYZ | 53.62 | 71.82 | 105.64 | - |
| YUV | 197.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 240 | 255 | 0.64 | 0.06 | 0 | 0 | 185.52 | 1 | 0.68 |
| Hex | 5C | F0 | FF | 40 | 6 | 0 | 0 | BA | 64 | 44 |
| Octal | 134 | 360 | 377 | 100 | 6 | 0 | 0 | 272 | 144 | 104 |
| Binary | 1011100 | 11110000 | 11111111 | 1000000 | 110 | 0 | 0 | 10111010 | 1100100 | 1000100 |
Color Harmonies of #5CF0FF
Complementary color
Monochromatic Colors of #5CF0FF
Black with #5CF0FF
Text Example
Text Example
White with #5CF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF0FF; }
p { color: rgb(92,240,255); }
H1.HeaderClassName
{
color: #5CF0FF;
}
.AnyTagClassName
{
color: #5CF0FF;
}
</style>
background-color css
<style>
a { background-color: #5CF0FF; }
a { background-color: rgb(92,240,255); }
div.DivClassName
{
background-color: #5CF0FF;
}
.BgClassName
{
background-color: #5CF0FF;
}
</style>
border-color css
<style>
span { border-color: #5CF0FF; }
span { border-color: rgb(92,240,255); }
td.TdClassName
{
border-color: #5CF0FF;
}
.TagClassName
{
border-color: #5CF0FF;
}
</style>