#C4FDFC

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

Shades of Light Cyan #C4FDFC

Tints of Light Cyan #C4FDFC

Color information

#C4FDFC (or 0xC4FDFC) is unknown color: approx Light Cyan. HEX triplet: C4, FD and FC. RGB value is (196,253,252). Sum of RGB (Red+Green+Blue) = 196+253+252=701 (92% of max value = 765). Red value is 196 (76.95% from 255 or 27.96% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FDFC is #3B0203. Grayscale: #EBEBEB. Windows color (decimal): -3867140 or 16580036. OLE color: 16580036.

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

Color convert

RGB196253252-
CMYK0.2300.000.01
HSL178.95º93.44%88.04%-
HSV(B)178.95º22.53%99.22%-
XYZ75.4689.01105.3-
YUV235.84137.1299.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 27.96%
GREEN value IS 253 (99.22% from 255) = 36.09%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=27.96%
G=36.09%
B=35.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962532520.2300.000.01178.9593.4488.04
HexC4FDFC17001b35d58
Octal30437537427001263135130
Binary110001001111110111111100101110011011001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FDFC; }

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

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

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

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

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

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

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

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