#DCFCF9

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

Shades of Light Cyan #DCFCF9

Tints of Light Cyan #DCFCF9

Color information

#DCFCF9 (or 0xDCFCF9) is unknown color: approx Light Cyan. HEX triplet: DC, FC and F9. RGB value is (220,252,249). Sum of RGB (Red+Green+Blue) = 220+252+249=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF9 is #230306. Grayscale: #F2F2F2. Windows color (decimal): -2294535 or 16383196. OLE color: 16383196.

HSL color Cylindrical-coordinate representation of color #DCFCF9: hue angle of 174.38º degrees, saturation: 0.84, 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 #DCFCF9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB220252249-
CMYK0.1300.010.01
HSL174.38º84.21%92.55%-
HSV(B)174.38º12.7%98.82%-
XYZ81.4291.68103.03-
YUV242.09131.9112.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 252 (98.83% from 255) = 34.95%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=30.51%
G=34.95%
B=34.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522490.1300.010.01174.3884.2192.55
HexDCFCF9D011ae545d
Octal33437437115011256124135
Binary11011100111111001111100111010111010111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCF9; }

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

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

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

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

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

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

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

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