Shades of Light Cyan #C7FEFC
Tints of Light Cyan #C7FEFC
RGB
CMYK
RGB Variations
Color information
#C7FEFC (or 0xC7FEFC) is known color: Light Cyan. HEX triplet: C7, FE and FC. RGB value is (199,254,252). Sum of RGB (Red+Green+Blue) = 199+254+252=705 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.23% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFC is #380103. Grayscale: #EDEDED. Windows color (decimal): -3670276 or 16580295. OLE color: 16580295.
HSL color Cylindrical-coordinate representation of color #C7FEFC: hue angle of 177.82º 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 #C7FEFC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 252 | - |
CMYK | 0.22 | 0 | 0.01 | 0.00 |
HSL | 177.82º | 0.96% | 0.89% | - |
HSV(B) | 177.82º | 0.22% | 1% | - |
XYZ | 76.57 | 90.05 | 105.44 | - |
YUV | 237.33 | 136.28 | 100.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 252 | 0.22 | 0 | 0.01 | 0.00 | 177.82 | 0.96 | 0.89 |
Hex | C7 | FE | FC | 16 | 0 | 1 | 0 | B2 | 60 | 59 |
Octal | 307 | 376 | 374 | 26 | 0 | 1 | 0 | 262 | 140 | 131 |
Binary | 11000111 | 11111110 | 11111100 | 10110 | 0 | 1 | 0 | 10110010 | 1100000 | 1011001 |
Color Harmonies of #C7FEFC
Complementary color
Monochromatic Colors of #C7FEFC
Black with #C7FEFC
Text Example
Text Example
White with #C7FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEFC; }
p { color: rgb(199,254,252); }
H1.HeaderClassName
{
color: #C7FEFC;
}
.AnyTagClassName
{
color: #C7FEFC;
}
</style>
background-color css
<style>
a { background-color: #C7FEFC; }
a { background-color: rgb(199,254,252); }
div.DivClassName
{
background-color: #C7FEFC;
}
.BgClassName
{
background-color: #C7FEFC;
}
</style>
border-color css
<style>
span { border-color: #C7FEFC; }
span { border-color: rgb(199,254,252); }
td.TdClassName
{
border-color: #C7FEFC;
}
.TagClassName
{
border-color: #C7FEFC;
}
</style>