Shades of Light Cyan #C7FFFD
Tints of Light Cyan #C7FFFD
RGB
CMYK
RGB Variations
Color information
#C7FFFD (or 0xC7FFFD) is known color: Light Cyan. HEX triplet: C7, FF and FD. RGB value is (199,255,253). Sum of RGB (Red+Green+Blue) = 199+255+253=707 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.15% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFFD is #380002. Grayscale: #EDEDED. Windows color (decimal): -3670019 or 16646087. OLE color: 16646087.
HSL color Cylindrical-coordinate representation of color #C7FFFD: hue angle of 177.86º 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 #C7FFFD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 199 | 255 | 253 | - |
CMYK | 0.22 | 0 | 0.01 | 0 |
HSL | 177.86º | 1% | 0.89% | - |
HSV(B) | 177.86º | 0.22% | 1% | - |
XYZ | 77.04 | 90.75 | 106.39 | - |
YUV | 238.03 | 136.45 | 100.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 255 | 253 | 0.22 | 0 | 0.01 | 0 | 177.86 | 1 | 0.89 |
Hex | C7 | FF | FD | 16 | 0 | 1 | 0 | B2 | 64 | 59 |
Octal | 307 | 377 | 375 | 26 | 0 | 1 | 0 | 262 | 144 | 131 |
Binary | 11000111 | 11111111 | 11111101 | 10110 | 0 | 1 | 0 | 10110010 | 1100100 | 1011001 |
Color Harmonies of #C7FFFD
Complementary color
Monochromatic Colors of #C7FFFD
Black with #C7FFFD
Text Example
Text Example
White with #C7FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFFD; }
p { color: rgb(199,255,253); }
H1.HeaderClassName
{
color: #C7FFFD;
}
.AnyTagClassName
{
color: #C7FFFD;
}
</style>
background-color css
<style>
a { background-color: #C7FFFD; }
a { background-color: rgb(199,255,253); }
div.DivClassName
{
background-color: #C7FFFD;
}
.BgClassName
{
background-color: #C7FFFD;
}
</style>
border-color css
<style>
span { border-color: #C7FFFD; }
span { border-color: rgb(199,255,253); }
td.TdClassName
{
border-color: #C7FFFD;
}
.TagClassName
{
border-color: #C7FFFD;
}
</style>