Shades of Light Cyan #C5FCFB
Tints of Light Cyan #C5FCFB
RGB
CMYK
RGB Variations
Color information
#C5FCFB (or 0xC5FCFB) is known color: Light Cyan. HEX triplet: C5, FC and FB. RGB value is (197,252,251). Sum of RGB (Red+Green+Blue) = 197+252+251=700 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.14% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCFB is #3A0304. Grayscale: #EBEBEB. Windows color (decimal): -3801861 or 16514245. OLE color: 16514245.
HSL color Cylindrical-coordinate representation of color #C5FCFB: hue angle of 178.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCFB is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 251 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.01 |
| HSL | 178.91º | 0.9% | 0.88% | - |
| HSV(B) | 178.91º | 0.22% | 0.99% | - |
| XYZ | 75.25 | 88.46 | 104.37 | - |
| YUV | 235.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 251 | 0.22 | 0 | 0.00 | 0.01 | 178.91 | 0.9 | 0.88 |
| Hex | C5 | FC | FB | 16 | 0 | 0 | 1 | B3 | 5A | 58 |
| Octal | 305 | 374 | 373 | 26 | 0 | 0 | 1 | 263 | 132 | 130 |
| Binary | 11000101 | 11111100 | 11111011 | 10110 | 0 | 0 | 1 | 10110011 | 1011010 | 1011000 |
Color Harmonies of #C5FCFB
Complementary color
Monochromatic Colors of #C5FCFB
Black with #C5FCFB
Text Example
Text Example
White with #C5FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCFB; }
p { color: rgb(197,252,251); }
H1.HeaderClassName
{
color: #C5FCFB;
}
.AnyTagClassName
{
color: #C5FCFB;
}
</style>
background-color css
<style>
a { background-color: #C5FCFB; }
a { background-color: rgb(197,252,251); }
div.DivClassName
{
background-color: #C5FCFB;
}
.BgClassName
{
background-color: #C5FCFB;
}
</style>
border-color css
<style>
span { border-color: #C5FCFB; }
span { border-color: rgb(197,252,251); }
td.TdClassName
{
border-color: #C5FCFB;
}
.TagClassName
{
border-color: #C5FCFB;
}
</style>