#C3FFFB

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

Shades of Light Cyan #C3FFFB

Tints of Light Cyan #C3FFFB

Color information

#C3FFFB (or 0xC3FFFB) is unknown color: approx Light Cyan. HEX triplet: C3, FF and FB. RGB value is (195,255,251). Sum of RGB (Red+Green+Blue) = 195+255+251=701 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.82% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFFB is #3C0004. Grayscale: #ECECEC. Windows color (decimal): -3932165 or 16515011. OLE color: 16515011.

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

Color convert

RGB195255251-
CMYK0.2400.020
HSL176º100%88.24%-
HSV(B)176º23.53%100%-
XYZ75.6890.09104.67-
YUV236.6136.1298.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.82%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=27.82%
G=36.38%
B=35.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552510.2400.02017610088.24
HexC3FFFB18020b06458
Octal30337737330020260144130
Binary1100001111111111111110111100001001011000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFFB; }

 p { color: rgb(195,255,251); }

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

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

 a { background-color: rgb(195,255,251); }

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

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

 span { border-color: rgb(195,255,251); }

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