#C4FFFC

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

Shades of Light Cyan #C4FFFC

Tints of Light Cyan #C4FFFC

Color information

#C4FFFC (or 0xC4FFFC) is unknown color: approx Light Cyan. HEX triplet: C4, FF and FC. RGB value is (196,255,252). Sum of RGB (Red+Green+Blue) = 196+255+252=703 (93% of max value = 765). Red value is 196 (76.95% from 255 or 27.88% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFFC is #3B0003. Grayscale: #ECECEC. Windows color (decimal): -3866628 or 16580548. OLE color: 16580548.

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

Color convert

RGB196255252-
CMYK0.2300.010
HSL176.95º100%88.43%-
HSV(B)176.95º23.14%100%-
XYZ76.190.28105.51-
YUV237.02136.4598.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 27.88%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=27.88%
G=36.27%
B=35.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962552520.2300.010176.9510088.43
HexC4FFFC17010b16458
Octal30437737427010261144130
Binary110001001111111111111100101110101011000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FFFC; }

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

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

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

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

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

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

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

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