#C5FFFD

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

Shades of Light Cyan #C5FFFD

Tints of Light Cyan #C5FFFD

Color information

#C5FFFD (or 0xC5FFFD) is unknown color: approx Light Cyan. HEX triplet: C5, FF and FD. RGB value is (197,255,253). Sum of RGB (Red+Green+Blue) = 197+255+253=705 (93% of max value = 765). Red value is 197 (77.34% from 255 or 27.94% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFFD is #3A0002. Grayscale: #EDEDED. Windows color (decimal): -3801091 or 16646085. OLE color: 16646085.

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

Color convert

RGB197255253-
CMYK0.2300.010
HSL177.93º100%88.63%-
HSV(B)177.93º22.75%100%-
XYZ76.5290.48106.36-
YUV237.43136.7899.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 27.94%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=27.94%
G=36.17%
B=35.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972552530.2300.010177.9310088.63
HexC5FFFD17010b26459
Octal30537737527010262144131
Binary110001011111111111111101101110101011001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFFD; }

 p { color: rgb(197,255,253); }

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

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

 a { background-color: rgb(197,255,253); }

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

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

 span { border-color: rgb(197,255,253); }

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