#C4FEFA

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

Shades of Light Cyan #C4FEFA

Tints of Light Cyan #C4FEFA

Color information

#C4FEFA (or 0xC4FEFA) is unknown color: approx Light Cyan. HEX triplet: C4, FE and FA. RGB value is (196,254,250). Sum of RGB (Red+Green+Blue) = 196+254+250=700 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FEFA is #3B0105. Grayscale: #ECECEC. Windows color (decimal): -3866886 or 16449220. OLE color: 16449220.

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

Color convert

RGB196254250-
CMYK0.2300.020.00
HSL175.86º96.67%88.24%-
HSV(B)175.86º22.83%99.61%-
XYZ75.4689.52103.74-
YUV236.2135.7899.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=28%
G=36.29%
B=35.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962542500.2300.020.00175.8696.6788.24
HexC4FEFA17020b06158
Octal30437637227020260141130
Binary1100010011111110111110101011101001011000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEFA; }

 p { color: rgb(196,254,250); }

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

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

 a { background-color: rgb(196,254,250); }

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

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

 span { border-color: rgb(196,254,250); }

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