#C4FFFD

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

Shades of Light Cyan #C4FFFD

Tints of Light Cyan #C4FFFD

Color information

#C4FFFD (or 0xC4FFFD) is unknown color: approx Light Cyan. HEX triplet: C4, FF and FD. RGB value is (196,255,253). Sum of RGB (Red+Green+Blue) = 196+255+253=704 (93% of max value = 765). Red value is 196 (76.95% from 255 or 27.84% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFFD is #3B0002. Grayscale: #EDEDED. Windows color (decimal): -3866627 or 16646084. OLE color: 16646084.

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

Color convert

RGB196255253-
CMYK0.2300.010
HSL177.97º100%88.43%-
HSV(B)177.97º23.14%100%-
XYZ76.2590.35106.35-
YUV237.13136.9598.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 27.84%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=27.84%
G=36.22%
B=35.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962552530.2300.010177.9710088.43
HexC4FFFD17010b26458
Octal30437737527010262144130
Binary110001001111111111111101101110101011001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FFFD; }

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

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

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

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

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

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

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

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