#C3FFFC

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

Shades of Light Cyan #C3FFFC

Tints of Light Cyan #C3FFFC

Color information

#C3FFFC (or 0xC3FFFC) is unknown color: approx Light Cyan. HEX triplet: C3, FF and FC. RGB value is (195,255,252). Sum of RGB (Red+Green+Blue) = 195+255+252=702 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.78% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFFC is #3C0003. Grayscale: #ECECEC. Windows color (decimal): -3932164 or 16580547. OLE color: 16580547.

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

Color convert

RGB195255252-
CMYK0.2400.010
HSL177º100%88.24%-
HSV(B)177º23.53%100%-
XYZ75.8490.15105.5-
YUV236.72136.6298.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 27.78%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=27.78%
G=36.32%
B=35.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552520.2400.01017710088.24
HexC3FFFC18010b16458
Octal30337737430010261144130
Binary110000111111111111111100110000101011000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFFC; }

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

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

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

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

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

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

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

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