Shades of Light Cyan #C7FEFD
Tints of Light Cyan #C7FEFD
RGB
CMYK
RGB Variations
Color information
#C7FEFD (or 0xC7FEFD) is known color: Light Cyan. HEX triplet: C7, FE and FD. RGB value is (199,254,253). Sum of RGB (Red+Green+Blue) = 199+254+253=706 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.19% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFD is #380102. Grayscale: #EDEDED. Windows color (decimal): -3670275 or 16645831. OLE color: 16645831.
HSL color Cylindrical-coordinate representation of color #C7FEFD: hue angle of 178.91º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEFD is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 253 | - |
CMYK | 0.22 | 0 | 0.00 | 0.00 |
HSL | 178.91º | 0.96% | 0.89% | - |
HSV(B) | 178.91º | 0.22% | 1% | - |
XYZ | 76.72 | 90.12 | 106.28 | - |
YUV | 237.44 | 136.78 | 100.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 253 | 0.22 | 0 | 0.00 | 0.00 | 178.91 | 0.96 | 0.89 |
Hex | C7 | FE | FD | 16 | 0 | 0 | 0 | B3 | 60 | 59 |
Octal | 307 | 376 | 375 | 26 | 0 | 0 | 0 | 263 | 140 | 131 |
Binary | 11000111 | 11111110 | 11111101 | 10110 | 0 | 0 | 0 | 10110011 | 1100000 | 1011001 |
Color Harmonies of #C7FEFD
Complementary color
Monochromatic Colors of #C7FEFD
Black with #C7FEFD
Text Example
Text Example
White with #C7FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEFD; }
p { color: rgb(199,254,253); }
H1.HeaderClassName
{
color: #C7FEFD;
}
.AnyTagClassName
{
color: #C7FEFD;
}
</style>
background-color css
<style>
a { background-color: #C7FEFD; }
a { background-color: rgb(199,254,253); }
div.DivClassName
{
background-color: #C7FEFD;
}
.BgClassName
{
background-color: #C7FEFD;
}
</style>
border-color css
<style>
span { border-color: #C7FEFD; }
span { border-color: rgb(199,254,253); }
td.TdClassName
{
border-color: #C7FEFD;
}
.TagClassName
{
border-color: #C7FEFD;
}
</style>