Shades of Light Cyan #C7FFFC
Tints of Light Cyan #C7FFFC
RGB
CMYK
RGB Variations
Color information
#C7FFFC (or 0xC7FFFC) is known color: Light Cyan. HEX triplet: C7, FF and FC. RGB value is (199,255,252). Sum of RGB (Red+Green+Blue) = 199+255+252=706 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.19% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFFC is #380003. Grayscale: #EDEDED. Windows color (decimal): -3670020 or 16580551. OLE color: 16580551.
HSL color Cylindrical-coordinate representation of color #C7FFFC: hue angle of 176.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFFC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 252 | - |
| CMYK | 0.22 | 0 | 0.01 | 0 |
| HSL | 176.79º | 1% | 0.89% | - |
| HSV(B) | 176.79º | 0.22% | 1% | - |
| XYZ | 76.88 | 90.69 | 105.55 | - |
| YUV | 237.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 252 | 0.22 | 0 | 0.01 | 0 | 176.79 | 1 | 0.89 |
| Hex | C7 | FF | FC | 16 | 0 | 1 | 0 | B1 | 64 | 59 |
| Octal | 307 | 377 | 374 | 26 | 0 | 1 | 0 | 261 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11111100 | 10110 | 0 | 1 | 0 | 10110001 | 1100100 | 1011001 |
Color Harmonies of #C7FFFC
Complementary color
Monochromatic Colors of #C7FFFC
Black with #C7FFFC
Text Example
Text Example
White with #C7FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFFC; }
p { color: rgb(199,255,252); }
H1.HeaderClassName
{
color: #C7FFFC;
}
.AnyTagClassName
{
color: #C7FFFC;
}
</style>
background-color css
<style>
a { background-color: #C7FFFC; }
a { background-color: rgb(199,255,252); }
div.DivClassName
{
background-color: #C7FFFC;
}
.BgClassName
{
background-color: #C7FFFC;
}
</style>
border-color css
<style>
span { border-color: #C7FFFC; }
span { border-color: rgb(199,255,252); }
td.TdClassName
{
border-color: #C7FFFC;
}
.TagClassName
{
border-color: #C7FFFC;
}
</style>