#DCF3F6

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

Shades of Light Cyan #DCF3F6

Tints of Light Cyan #DCF3F6

Color information

#DCF3F6 (or 0xDCF3F6) is unknown color: approx Light Cyan. HEX triplet: DC, F3 and F6. RGB value is (220,243,246). Sum of RGB (Red+Green+Blue) = 220+243+246=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCF3F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3F6 is #230C09. Grayscale: #ECECEC. Windows color (decimal): -2296842 or 16184284. OLE color: 16184284.

HSL color Cylindrical-coordinate representation of color #DCF3F6: hue angle of 186.92º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF3F6 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220243246-
CMYK0.110.0100.04
HSL186.92º59.09%91.37%-
HSV(B)186.92º10.57%96.47%-
XYZ78.285.9799.66-
YUV236.46133.38116.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.03%
GREEN value IS 243 (95.31% from 255) = 34.27%
BLUE value IS 246 (96.48% from 255) = 34.70%
R=31.03%
G=34.27%
B=34.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202432460.110.0100.04186.9259.0991.37
HexDCF3F6B104bb3b5b
Octal3343633661310427373133
Binary110111001111001111110110101110100101110111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3F6; }

 p { color: rgb(220,243,246); }

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

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

 a { background-color: rgb(220,243,246); }

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

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

 span { border-color: rgb(220,243,246); }

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