Shades of Light Cyan #C7FCFF
Tints of Light Cyan #C7FCFF
RGB
CMYK
RGB Variations
Color information
#C7FCFF (or 0xC7FCFF) is known color: Light Cyan. HEX triplet: C7, FC and FF. RGB value is (199,252,255). Sum of RGB (Red+Green+Blue) = 199+252+255=706 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.19% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCFF is #380300. Grayscale: #ECECEC. Windows color (decimal): -3670785 or 16776391. OLE color: 16776391.
HSL color Cylindrical-coordinate representation of color #C7FCFF: hue angle of 183.21º 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 #C7FCFF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 252 | 255 | - |
| CMYK | 0.22 | 0.01 | 0 | 0 |
| HSL | 183.21º | 1% | 0.89% | - |
| HSV(B) | 183.21º | 0.22% | 1% | - |
| XYZ | 76.41 | 88.98 | 107.76 | - |
| YUV | 236.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 255 | 0.22 | 0.01 | 0 | 0 | 183.21 | 1 | 0.89 |
| Hex | C7 | FC | FF | 16 | 1 | 0 | 0 | B7 | 64 | 59 |
| Octal | 307 | 374 | 377 | 26 | 1 | 0 | 0 | 267 | 144 | 131 |
| Binary | 11000111 | 11111100 | 11111111 | 10110 | 1 | 0 | 0 | 10110111 | 1100100 | 1011001 |
Color Harmonies of #C7FCFF
Complementary color
Monochromatic Colors of #C7FCFF
Black with #C7FCFF
Text Example
Text Example
White with #C7FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCFF; }
p { color: rgb(199,252,255); }
H1.HeaderClassName
{
color: #C7FCFF;
}
.AnyTagClassName
{
color: #C7FCFF;
}
</style>
background-color css
<style>
a { background-color: #C7FCFF; }
a { background-color: rgb(199,252,255); }
div.DivClassName
{
background-color: #C7FCFF;
}
.BgClassName
{
background-color: #C7FCFF;
}
</style>
border-color css
<style>
span { border-color: #C7FCFF; }
span { border-color: rgb(199,252,255); }
td.TdClassName
{
border-color: #C7FCFF;
}
.TagClassName
{
border-color: #C7FCFF;
}
</style>