#C2FFFE

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

Shades of Light Cyan #C2FFFE

Tints of Light Cyan #C2FFFE

Color information

#C2FFFE (or 0xC2FFFE) is unknown color: approx Light Cyan. HEX triplet: C2, FF and FE. RGB value is (194,255,254). Sum of RGB (Red+Green+Blue) = 194+255+254=703 (93% of max value = 765). Red value is 194 (76.17% from 255 or 27.60% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFFE is #3D0001. Grayscale: #ECECEC. Windows color (decimal): -3997698 or 16711618. OLE color: 16711618.

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

Color convert

RGB194255254-
CMYK0.2400.000
HSL179.02º100%88.04%-
HSV(B)179.02º23.92%100%-
XYZ75.990.15107.17-
YUV236.65137.7997.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 27.60%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=27.60%
G=36.27%
B=36.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552540.2400.000179.0210088.04
HexC2FFFE18000b36458
Octal30237737630000263144130
Binary110000101111111111111110110000001011001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFFE; }

 p { color: rgb(194,255,254); }

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

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

 a { background-color: rgb(194,255,254); }

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

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

 span { border-color: rgb(194,255,254); }

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