Shades of Light Cyan #C5FCFF
Tints of Light Cyan #C5FCFF
RGB
CMYK
RGB Variations
Color information
#C5FCFF (or 0xC5FCFF) is known color: Light Cyan. HEX triplet: C5, FC and FF. RGB value is (197,252,255). Sum of RGB (Red+Green+Blue) = 197+252+255=704 (93% of max value = 765). Red value is 197 (77.34% from 255 or 27.98% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCFF is #3A0300. Grayscale: #EBEBEB. Windows color (decimal): -3801857 or 16776389. OLE color: 16776389.
HSL color Cylindrical-coordinate representation of color #C5FCFF: hue angle of 183.1º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FCFF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 252 | 255 | - |
| CMYK | 0.23 | 0.01 | 0 | 0 |
| HSL | 183.1º | 1% | 0.89% | - |
| HSV(B) | 183.1º | 0.23% | 1% | - |
| XYZ | 75.89 | 88.71 | 107.73 | - |
| YUV | 235.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 255 | 0.23 | 0.01 | 0 | 0 | 183.1 | 1 | 0.89 |
| Hex | C5 | FC | FF | 17 | 1 | 0 | 0 | B7 | 64 | 59 |
| Octal | 305 | 374 | 377 | 27 | 1 | 0 | 0 | 267 | 144 | 131 |
| Binary | 11000101 | 11111100 | 11111111 | 10111 | 1 | 0 | 0 | 10110111 | 1100100 | 1011001 |
Color Harmonies of #C5FCFF
Complementary color
Monochromatic Colors of #C5FCFF
Black with #C5FCFF
Text Example
Text Example
White with #C5FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCFF; }
p { color: rgb(197,252,255); }
H1.HeaderClassName
{
color: #C5FCFF;
}
.AnyTagClassName
{
color: #C5FCFF;
}
</style>
background-color css
<style>
a { background-color: #C5FCFF; }
a { background-color: rgb(197,252,255); }
div.DivClassName
{
background-color: #C5FCFF;
}
.BgClassName
{
background-color: #C5FCFF;
}
</style>
border-color css
<style>
span { border-color: #C5FCFF; }
span { border-color: rgb(197,252,255); }
td.TdClassName
{
border-color: #C5FCFF;
}
.TagClassName
{
border-color: #C5FCFF;
}
</style>