Shades of Light Cyan #C5FFFF
Tints of Light Cyan #C5FFFF
RGB
CMYK
RGB Variations
Color information
#C5FFFF (or 0xC5FFFF) is known color: Light Cyan. HEX triplet: C5, FF and FF. RGB value is (197,255,255). Sum of RGB (Red+Green+Blue) = 197+255+255=707 (93% of max value = 765). Red value is 197 (77.34% from 255 or 27.86% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #C5FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFFF is #3A0000. Grayscale: #EDEDED. Windows color (decimal): -3801089 or 16777157. OLE color: 16777157.
HSL color Cylindrical-coordinate representation of color #C5FFFF: hue angle of 180º 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 #C5FFFF is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 255 | - |
| CMYK | 0.23 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.89% | - |
| HSV(B) | 180º | 0.23% | 1% | - |
| XYZ | 76.84 | 90.61 | 108.05 | - |
| YUV | 237.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 255 | 0.23 | 0 | 0 | 0 | 180 | 1 | 0.89 |
| Hex | C5 | FF | FF | 17 | 0 | 0 | 0 | B4 | 64 | 59 |
| Octal | 305 | 377 | 377 | 27 | 0 | 0 | 0 | 264 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11111111 | 10111 | 0 | 0 | 0 | 10110100 | 1100100 | 1011001 |
Color Harmonies of #C5FFFF
Complementary color
Monochromatic Colors of #C5FFFF
Black with #C5FFFF
Text Example
Text Example
White with #C5FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFFF; }
p { color: rgb(197,255,255); }
H1.HeaderClassName
{
color: #C5FFFF;
}
.AnyTagClassName
{
color: #C5FFFF;
}
</style>
background-color css
<style>
a { background-color: #C5FFFF; }
a { background-color: rgb(197,255,255); }
div.DivClassName
{
background-color: #C5FFFF;
}
.BgClassName
{
background-color: #C5FFFF;
}
</style>
border-color css
<style>
span { border-color: #C5FFFF; }
span { border-color: rgb(197,255,255); }
td.TdClassName
{
border-color: #C5FFFF;
}
.TagClassName
{
border-color: #C5FFFF;
}
</style>