#C2FEFF

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

Shades of Light Cyan #C2FEFF

Tints of Light Cyan #C2FEFF

Color information

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

HSL color Cylindrical-coordinate representation of color #C2FEFF: hue angle of 180.98º 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 #C2FEFF is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194254255-
CMYK0.240.0000
HSL180.98º100%88.04%-
HSV(B)180.98º23.92%100%-
XYZ75.7489.57107.91-
YUV236.17138.6297.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942542550.240.0000180.9810088.04
HexC2FEFF18000b56458
Octal30237637730000265144130
Binary110000101111111011111111110000001011010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEFF; }

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

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

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

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

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

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

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

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