#C7FDFC

Color #C7FDFC Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #C7FDFC

Tints of Light Cyan #C7FDFC

Color information

#C7FDFC (or 0xC7FDFC) is unknown color: approx Light Cyan. HEX triplet: C7, FD and FC. RGB value is (199,253,252). Sum of RGB (Red+Green+Blue) = 199+253+252=704 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.27% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDFC is #380203. Grayscale: #ECECEC. Windows color (decimal): -3670532 or 16580039. OLE color: 16580039.

HSL color Cylindrical-coordinate representation of color #C7FDFC: hue angle of 178.89º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDFC is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB199253252-
CMYK0.2100.000.01
HSL178.89º93.1%88.63%-
HSV(B)178.89º21.34%99.22%-
XYZ76.2589.42105.34-
YUV236.74136.61101.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 28.27%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=28.27%
G=35.94%
B=35.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532520.2100.000.01178.8993.188.63
HexC7FDFC15001b35d59
Octal30737537425001263135131
Binary110001111111110111111100101010011011001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDFC; }

 p { color: rgb(199,253,252); }

 H1.HeaderClassName
 {
   color: #C7FDFC;
 }
 .AnyTagClassName
 {
   color: #C7FDFC;
 }
</style>
background-color css

<style>
 a { background-color: #C7FDFC; }

 a { background-color: rgb(199,253,252); }

 div.DivClassName
 {
   background-color: #C7FDFC;
 }
 .BgClassName
 {
   background-color: #C7FDFC;
 }
</style>
border-color css

<style>
 span { border-color: #C7FDFC; }

 span { border-color: rgb(199,253,252); }

 td.TdClassName
 {
   border-color: #C7FDFC;
 }
 .TagClassName
 {
   border-color: #C7FDFC;
 }
</style>