#DCFDFC

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

Shades of Light Cyan #DCFDFC

Tints of Light Cyan #DCFDFC

Color information

#DCFDFC (or 0xDCFDFC) is unknown color: approx Light Cyan. HEX triplet: DC, FD and FC. RGB value is (220,253,252). Sum of RGB (Red+Green+Blue) = 220+253+252=725 (96% of max value = 765). Red value is 220 (86.33% from 255 or 30.34% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDFC is #230203. Grayscale: #F2F2F2. Windows color (decimal): -2294276 or 16580060. OLE color: 16580060.

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

Color convert

RGB220253252-
CMYK0.1300.000.01
HSL178.18º89.19%92.75%-
HSV(B)178.18º13.04%99.22%-
XYZ82.2192.49105.62-
YUV243.02133.07111.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.34%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 252 (98.83% from 255) = 34.76%
R=30.34%
G=34.90%
B=34.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532520.1300.000.01178.1889.1992.75
HexDCFDFCD001b2595d
Octal33437537415001262131135
Binary11011100111111011111110011010011011001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDFC; }

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

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

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

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

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

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

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

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