#DCF4F5

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

Shades of Light Cyan #DCF4F5

Tints of Light Cyan #DCF4F5

Color information

#DCF4F5 (or 0xDCF4F5) is unknown color: approx Light Cyan. HEX triplet: DC, F4 and F5. RGB value is (220,244,245). Sum of RGB (Red+Green+Blue) = 220+244+245=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 244 (95.70% from 255 or 34.41% from 709); Blue value is 245 (96.09% from 255 or 34.56% from 709); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCF4F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF4F5 is #230B0A. Grayscale: #ECECEC. Windows color (decimal): -2296587 or 16119004. OLE color: 16119004.

HSL color Cylindrical-coordinate representation of color #DCF4F5: hue angle of 182.4º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF4F5 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220244245-
CMYK0.100.0000.04
HSL182.4º55.56%91.18%-
HSV(B)182.4º10.2%96.08%-
XYZ78.3586.5198.95-
YUV236.94132.55115.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.03%
GREEN value IS 244 (95.70% from 255) = 34.41%
BLUE value IS 245 (96.09% from 255) = 34.56%
R=31.03%
G=34.41%
B=34.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202442450.100.0000.04182.455.5691.18
HexDCF4F5A004b6385b
Octal3343643651200426670133
Binary110111001111010011110101101000100101101101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4F5; }

 p { color: rgb(220,244,245); }

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

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

 a { background-color: rgb(220,244,245); }

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

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

 span { border-color: rgb(220,244,245); }

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