#DCFEF7

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

Shades of Light Cyan #DCFEF7

Tints of Light Cyan #DCFEF7

Color information

#DCFEF7 (or 0xDCFEF7) is unknown color: approx Light Cyan. HEX triplet: DC, FE and F7. RGB value is (220,254,247). Sum of RGB (Red+Green+Blue) = 220+254+247=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 247 (96.88% from 255 or 34.26% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEF7 is #230108. Grayscale: #F3F3F3. Windows color (decimal): -2294025 or 16252636. OLE color: 16252636.

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

Color convert

RGB220254247-
CMYK0.1300.030.00
HSL167.65º94.44%92.94%-
HSV(B)167.65º13.39%99.61%-
XYZ81.7592.81101.6-
YUV243.04130.24111.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.51%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 247 (96.88% from 255) = 34.26%
R=30.51%
G=35.23%
B=34.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542470.1300.030.00167.6594.4492.94
HexDCFEF7D030a85e5d
Octal33437636715030250136135
Binary110111001111111011110111110101101010100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFEF7; }

 p { color: rgb(220,254,247); }

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

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

 a { background-color: rgb(220,254,247); }

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

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

 span { border-color: rgb(220,254,247); }

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